Lines Matching defs:self

95 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID,  in IEngine_CreateLEDDevice()
133 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID, in IEngine_CreateVibraDevice()
171 static SLresult IEngine_CreateAudioPlayer(SLEngineItf self, SLObjectItf *pPlayer, in IEngine_CreateAudioPlayer()
410 static SLresult IEngine_CreateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, in IEngine_CreateAudioRecorder()
552 static SLresult IEngine_CreateMidiPlayer(SLEngineItf self, SLObjectItf *pPlayer, in IEngine_CreateMidiPlayer()
600 static SLresult IEngine_CreateListener(SLEngineItf self, SLObjectItf *pListener, in IEngine_CreateListener()
637 static SLresult IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, in IEngine_Create3DGroup()
675 static SLresult IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, in IEngine_CreateOutputMix()
724 static SLresult IEngine_CreateMetadataExtractor(SLEngineItf self, SLObjectItf *pMetadataExtractor, in IEngine_CreateMetadataExtractor()
768 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject()
785 static SLresult IEngine_QueryNumSupportedInterfaces(SLEngineItf self, in IEngine_QueryNumSupportedInterfaces()
824 static SLresult IEngine_QuerySupportedInterfaces(SLEngineItf self, in IEngine_QuerySupportedInterfaces()
880 static SLresult IEngine_QueryNumSupportedExtensions(SLEngineItf self, SLuint32 *pNumExtensions) in IEngine_QueryNumSupportedExtensions()
895 static SLresult IEngine_QuerySupportedExtension(SLEngineItf self, in IEngine_QuerySupportedExtension()
937 static SLresult IEngine_IsExtensionSupported(SLEngineItf self, in IEngine_IsExtensionSupported()
984 void IEngine_init(void *self) in IEngine_init()
1008 void IEngine_deinit(void *self) in IEngine_deinit()
1016 static XAresult IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateCameraDevice()
1029 static XAresult IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateRadioDevice()
1042 static XAresult IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, in IXAEngine_CreateLEDDevice()
1053 static XAresult IXAEngine_CreateVibraDevice(XAEngineItf self, XAObjectItf *pDevice, in IXAEngine_CreateVibraDevice()
1064 static XAresult IEngine_CreateMediaPlayer(XAEngineItf self, XAObjectItf *pPlayer, in IEngine_CreateMediaPlayer()
1266 static XAresult IEngine_CreateMediaRecorder(XAEngineItf self, XAObjectItf *pRecorder, in IEngine_CreateMediaRecorder()
1286 static XAresult IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, in IXAEngine_CreateOutputMix()
1297 static XAresult IXAEngine_CreateMetadataExtractor(XAEngineItf self, XAObjectItf *pMetadataExtractor, in IXAEngine_CreateMetadataExtractor()
1308 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject()
1319 static XAresult IEngine_GetImplementationInfo(XAEngineItf self, XAuint32 *pMajor, XAuint32 *pMinor, in IEngine_GetImplementationInfo()
1331 static XAresult IXAEngine_QuerySupportedProfiles(XAEngineItf self, XAint16 *pProfilesSupported) in IXAEngine_QuerySupportedProfiles()
1354 static XAresult IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QueryNumSupportedInterfaces()
1364 static XAresult IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QuerySupportedInterfaces()
1374 static XAresult IXAEngine_QueryNumSupportedExtensions(XAEngineItf self, XAuint32 *pNumExtensions) in IXAEngine_QueryNumSupportedExtensions()
1382 static XAresult IXAEngine_QuerySupportedExtension(XAEngineItf self, XAuint32 index, in IXAEngine_QuerySupportedExtension()
1391 static XAresult IXAEngine_IsExtensionSupported(XAEngineItf self, const XAchar *pExtensionName, in IXAEngine_IsExtensionSupported()
1400 static XAresult IXAEngine_QueryLEDCapabilities(XAEngineItf self, XAuint32 *pIndex, in IXAEngine_QueryLEDCapabilities()
1410 static XAresult IXAEngine_QueryVibraCapabilities(XAEngineItf self, XAuint32 *pIndex, in IXAEngine_QueryVibraCapabilities()
1444 void IXAEngine_init(void *self) in IXAEngine_init()
1451 void IXAEngine_deinit(void *self) in IXAEngine_deinit()