Searched defs:fInput (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DRemoteUSBBackend.cpp93 bool fInput; /* This URB receives data from the client. */ member in struct:_REMOTEUSBQURB
632 qurb->fInput = (u8Direction == VUSB_DIRECTION_IN);
1283 if (qurb->fInput)
1289 && qurb->fInput)
/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp120 static OSStatus drvHostCoreAudioSetFrameBufferSize(AudioDeviceID deviceID, bool fInput, UInt32 cReqSize, UInt32 *pcActSize) argument
122 AudioObjectPropertyScope propScope = fInput
730 err = drvHostCoreAudioSetFrameBufferSize(pStreamIn->deviceID, true /* fInput */, cFrames, &cFrames);
1075 err = drvHostCoreAudioSetFrameBufferSize(pStreamOut->deviceID, false /* fInput */, cFrames, &cFrames);
H A Dcoreaudio.c261 static OSStatus caSetFrameBufferSize(AudioDeviceID device, bool fInput, UInt32 cReqSize, UInt32 *pcActSize) argument
274 fInput,
282 fInput,
295 fInput,
306 fInput,
333 fInput,
341 fInput,

Completed in 105 milliseconds