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

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c117 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);
129 if (hidEvent.value < pElement->minReport)
130 pElement->minReport = hidEvent.value;
131 if (hidEvent.value > pElement->maxReport)
132 pElement->maxReport = hidEvent.value;
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max) argument
143 float readScale = pElement->maxReport - pElement
234 HIDGetElementInfo(CFTypeRef refElement, recElement *pElement) argument
527 recElement *pElement = *elementList; local
[all...]

Completed in 91 milliseconds