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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp120 static OSStatus drvHostCoreAudioSetFrameBufferSize(AudioDeviceID deviceID, bool fInput, UInt32 cReqSize, UInt32 *pcActSize) argument
128 OSStatus err = AudioObjectSetPropertyData(deviceID, &propAdr, NULL, 0, sizeof(cReqSize), &cReqSize);
132 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pcActSize);
143 err = AudioObjectGetPropertyDataSize(deviceID, &propAdr, 0, NULL, &cSize);
151 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pRange);
176 err = AudioObjectSetPropertyData(deviceID, &propAdr, 0, NULL, sizeof(cReqSize), &cReqSize);
181 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pcActSize);
193 DECL_FORCE_INLINE(bool) drvHostCoreAudioIsRunning(AudioDeviceID deviceID) argument
199 OSStatus err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &uSize, &uFlag);
226 AudioDeviceID deviceID; local
276 AudioDeviceID deviceID; member in struct:COREAUDIOSTREAMOUT
301 AudioDeviceID deviceID; member in struct:COREAUDIOSTREAMIN
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBproto.h109 BYTE deviceID; member in struct:_xkbGetStateReply
160 CARD8 deviceID; member in struct:_xkbGetControlsReply
324 CARD8 deviceID; member in struct:_xkbGetMapReply
418 CARD8 deviceID; member in struct:_xkbGetCompatMapReply
459 CARD8 deviceID; member in struct:_xkbGetIndicatorStateReply
483 CARD8 deviceID; member in struct:_xkbGetIndicatorMapReply
533 BYTE deviceID; member in struct:_xkbGetNamedIndicatorReply
591 BYTE deviceID; member in struct:_xkbGetNamesReply
798 CARD8 deviceID; member in struct:_xkbGetGeometryReply
853 CARD8 deviceID; member in struct:_xkbPerClientFlagsReply
876 CARD8 deviceID; member in struct:_xkbListComponentsReply
906 CARD8 deviceID; member in struct:_xkbGetKbdByNameReply
949 CARD8 deviceID; member in struct:_xkbGetDeviceInfoReply
1017 CARD8 deviceID; member in struct:_xkbAnyEvent
1033 CARD8 deviceID; member in struct:_xkbNewKeyboardNotify
1055 CARD8 deviceID; member in struct:_xkbMapNotify
1084 CARD8 deviceID; member in struct:_xkbStateNotify
1112 CARD8 deviceID; member in struct:_xkbControlsNotify
1131 CARD8 deviceID; member in struct:_xkbIndicatorNotify
1147 CARD8 deviceID; member in struct:_xkbNamesNotify
1171 CARD8 deviceID; member in struct:_xkbCompatMapNotify
1188 CARD8 deviceID; member in struct:_xkbBellNotify
1208 CARD8 deviceID; member in struct:_xkbActionMessage
1226 CARD8 deviceID; member in struct:_xkbAccessXNotify
1243 CARD8 deviceID; member in struct:_xkbExtensionDeviceNotify
[all...]
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h108 BYTE deviceID; member in struct:_xkbGetStateReply
159 CARD8 deviceID; member in struct:_xkbGetControlsReply
323 CARD8 deviceID; member in struct:_xkbGetMapReply
417 CARD8 deviceID; member in struct:_xkbGetCompatMapReply
458 CARD8 deviceID; member in struct:_xkbGetIndicatorStateReply
482 CARD8 deviceID; member in struct:_xkbGetIndicatorMapReply
532 BYTE deviceID; member in struct:_xkbGetNamedIndicatorReply
590 BYTE deviceID; member in struct:_xkbGetNamesReply
797 CARD8 deviceID; member in struct:_xkbGetGeometryReply
852 CARD8 deviceID; member in struct:_xkbPerClientFlagsReply
875 CARD8 deviceID; member in struct:_xkbListComponentsReply
905 CARD8 deviceID; member in struct:_xkbGetKbdByNameReply
948 CARD8 deviceID; member in struct:_xkbGetDeviceInfoReply
1016 CARD8 deviceID; member in struct:_xkbAnyEvent
1032 CARD8 deviceID; member in struct:_xkbNewKeyboardNotify
1054 CARD8 deviceID; member in struct:_xkbMapNotify
1083 CARD8 deviceID; member in struct:_xkbStateNotify
1111 CARD8 deviceID; member in struct:_xkbControlsNotify
1130 CARD8 deviceID; member in struct:_xkbIndicatorNotify
1146 CARD8 deviceID; member in struct:_xkbNamesNotify
1170 CARD8 deviceID; member in struct:_xkbCompatMapNotify
1187 CARD8 deviceID; member in struct:_xkbBellNotify
1207 CARD8 deviceID; member in struct:_xkbActionMessage
1225 CARD8 deviceID; member in struct:_xkbAccessXNotify
1242 CARD8 deviceID; member in struct:_xkbExtensionDeviceNotify
[all...]

Completed in 49 milliseconds