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

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c111 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice);
117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement) argument
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max) argument
144 SInt32 value = HIDGetElementValue(pDevice, pElement);
168 static IOReturn HIDCreateOpenDeviceInterface (io_object_t hidDevice, recDevice *pDevice) argument
175 if (NULL == pDevice
209 HIDCloseReleaseInterface(recDevice *pDevice) argument
283 HIDAddElement(CFTypeRef refElement, recDevice* pDevice) argument
383 HIDGetElements(CFTypeRef refElementCurrent, recDevice *pDevice) argument
398 HIDGetCollectionElements(CFMutableDictionaryRef deviceProperties, recDevice *pDevice) argument
422 HIDGetDeviceInfo(io_object_t hidDevice, CFMutableDictionaryRef hidProperties, recDevice *pDevice) argument
491 recDevice *pDevice = (recDevice *) NewPtrClear (sizeof (recDevice)); local
[all...]

Completed in 263 milliseconds