Lines Matching refs:deviceID
95 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateLEDDevice() argument
101 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_LED != deviceID)) { in IEngine_CreateLEDDevice()
118 thiz->mDeviceID = deviceID; in IEngine_CreateLEDDevice()
133 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateVibraDevice() argument
139 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_VIBRA != deviceID)) { in IEngine_CreateVibraDevice()
156 thiz->mDeviceID = deviceID; in IEngine_CreateVibraDevice()
1018 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateCameraDevice() argument
1043 static XAresult IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, in IXAEngine_CreateLEDDevice() argument
1049 (SLObjectItf *) pDevice, deviceID, numInterfaces, (const SLInterfaceID *) pInterfaceIds, in IXAEngine_CreateLEDDevice()
1055 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateVibraDevice() argument
1060 (SLObjectItf *) pDevice, deviceID, numInterfaces, (const SLInterfaceID *) pInterfaceIds, in IXAEngine_CreateVibraDevice()