Searched refs:pDevice (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 94 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateLEDDevice() argument 100 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_LED != deviceID)) { in IEngine_CreateLEDDevice() 103 *pDevice = NULL; in IEngine_CreateLEDDevice() 120 *pDevice = &thiz->mObject.mItf; in IEngine_CreateLEDDevice() 132 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateVibraDevice() argument 138 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_VIBRA != deviceID)) { in IEngine_CreateVibraDevice() 141 *pDevice = NULL; in IEngine_CreateVibraDevice() 158 *pDevice = &thiz->mObject.mItf; in IEngine_CreateVibraDevice() 1001 static XAresult IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateCameraDevice() argument 1014 static XAresult IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateRadioDevice() argument [all …]
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 547 XAObjectItf * pDevice, 555 XAObjectItf * pDevice, 562 XAObjectItf * pDevice, 570 XAObjectItf * pDevice,
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 2557 SLObjectItf * pDevice, 2565 SLObjectItf * pDevice,
|