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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp324 uint32_t idLocation; /** HID Location ID: unique for an USB device registered in the system */ member in struct:VBoxKbdState_t
1789 LogRel2(("Do HID device resync at location 0x%X \n", pKbd->idLocation));
1811 (int)(pKbd->idxPosition), pKbd->idLocation));
1818 (int)(pKbd->idxPosition), pKbd->idLocation));
1825 (int)(pKbd->idxPosition), pKbd->idLocation));
1833 (int)(pKbd->idxPosition), pKbd->idLocation));
1840 (int)(pKbd->idxPosition), pKbd->idLocation));
1846 msg, (int)(pKbd->idxPosition), pKbd->idLocation));
1851 static VBoxKbdState_t * darwinUsbHidQueryKbdByLocationId(uint32_t idLocation, VBoxHidsState_t *pHidState) argument
1858 if (pKbd && pKbd->idLocation
1888 UInt32 idLocation; local
[all...]

Completed in 50 milliseconds