HomeSort by relevance Sort by last modified time
    Searched refs:pDevice (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 111 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice);
117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement)
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)
144 SInt32 value = HIDGetElementValue(pDevice, pElement);
168 static IOReturn HIDCreateOpenDeviceInterface (io_object_t hidDevice, recDevice *pDevice)
175 if (NULL == pDevice->interface
    [all...]
  /system/media/opensles/libopensles/
IEngine.c 22 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID,
28 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_LED != deviceID)) {
31 *pDevice = NULL;
48 *pDevice = &this->mObject.mItf;
60 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID,
66 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_VIBRA != deviceID)) {
69 *pDevice = NULL;
86 *pDevice = &this->mObject.mItf;
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /system/media/opensles/include/SLES/
OpenSLES.h     [all...]

Completed in 166 milliseconds