Searched refs:fIsInput (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.cpp24 fIsInput(isInput),
34 fBufferCycle(fIsInput ? 1 :0)
62 fHWChannel = fIsInput ? 0 : 1;
66 else if (_HWId() == ALi5451 && fIsInput)
74 (fIsInput) ? DRIVER_NAME "_record_area" : DRIVER_NAME "_playback_area",
131 if (fIsInput) {
182 Flags |= fIsInput ? B_MULTI_BUFFER_RECORD : B_MULTI_BUFFER_PLAYBACK;
210 TRACE("%s buffers:\n", fIsInput ? "input" : "output");
219 if (!fIsInput)
225 uint32 Delta = fIsInput
[all...]
H A DStream.h54 bool fIsInput; member in class:Stream
/haiku/headers/os/device/
H A DDigitalPort.h38 bool fIsInput; member in class:BDigitalPort
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.cpp119 fIsInput = (endpoint->fEndpointAddress & USB_ENDPOINT_ADDR_DIR_IN)
122 if (fIsInput)
127 fIsInput ? "recording" : "playback");
189 fArea = create_area(fIsInput ? DRIVER_NAME "_record_area"
258 fIsInput ? "Input" : "Output", address, fStreamEndpoint);
264 fIsInput ? "Input" : "Output", address);
404 _multi_format* format = fIsInput ? &Format->input : &Format->output;
409 fIsInput ? "input" : "ouput",
418 _multi_format* format = fIsInput ? &Format->input : &Format->output;
429 fIsInput
[all...]
H A DAudioStreamingInterface.h143 bool IsInput() { return fIsInput; }
154 bool fIsInput; member in class:AudioStreamingInterface
H A DAudioStreamingInterface.cpp402 fIsInput(false),
504 |= fIsInput ? B_MULTI_INTERFACE_RECORD : B_MULTI_INTERFACE_PLAYBACK;
509 if (fIsInput) {

Completed in 107 milliseconds