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()
411 static SLresult IEngine_CreateAudioRecorder(SLEngineItf self, SLObjectItf *pRecorder, in IEngine_CreateAudioRecorder()
554 static SLresult IEngine_CreateMidiPlayer(SLEngineItf self, SLObjectItf *pPlayer, in IEngine_CreateMidiPlayer()
602 static SLresult IEngine_CreateListener(SLEngineItf self, SLObjectItf *pListener, in IEngine_CreateListener()
639 static SLresult IEngine_Create3DGroup(SLEngineItf self, SLObjectItf *pGroup, SLuint32 numInterfaces, in IEngine_Create3DGroup()
677 static SLresult IEngine_CreateOutputMix(SLEngineItf self, SLObjectItf *pMix, SLuint32 numInterfaces, in IEngine_CreateOutputMix()
726 static SLresult IEngine_CreateMetadataExtractor(SLEngineItf self, SLObjectItf *pMetadataExtractor, in IEngine_CreateMetadataExtractor()
770 static SLresult IEngine_CreateExtensionObject(SLEngineItf self, SLObjectItf *pObject, in IEngine_CreateExtensionObject()
787 static SLresult IEngine_QueryNumSupportedInterfaces(SLEngineItf self, in IEngine_QueryNumSupportedInterfaces()
826 static SLresult IEngine_QuerySupportedInterfaces(SLEngineItf self, in IEngine_QuerySupportedInterfaces()
882 static SLresult IEngine_QueryNumSupportedExtensions(SLEngineItf self, SLuint32 *pNumExtensions) in IEngine_QueryNumSupportedExtensions()
897 static SLresult IEngine_QuerySupportedExtension(SLEngineItf self, in IEngine_QuerySupportedExtension()
939 static SLresult IEngine_IsExtensionSupported(SLEngineItf self, in IEngine_IsExtensionSupported()
986 void IEngine_init(void *self) in IEngine_init()
1010 void IEngine_deinit(void *self) in IEngine_deinit()
1018 static XAresult IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateCameraDevice()
1031 static XAresult IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateRadioDevice()
1044 static XAresult IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, in IXAEngine_CreateLEDDevice()
1055 static XAresult IXAEngine_CreateVibraDevice(XAEngineItf self, XAObjectItf *pDevice, in IXAEngine_CreateVibraDevice()
1066 static XAresult IEngine_CreateMediaPlayer(XAEngineItf self, XAObjectItf *pPlayer, in IEngine_CreateMediaPlayer()
1268 static XAresult IEngine_CreateMediaRecorder(XAEngineItf self, XAObjectItf *pRecorder, in IEngine_CreateMediaRecorder()
1288 static XAresult IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, in IXAEngine_CreateOutputMix()
1299 static XAresult IXAEngine_CreateMetadataExtractor(XAEngineItf self, XAObjectItf *pMetadataExtractor, in IXAEngine_CreateMetadataExtractor()
1310 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject()
1321 static XAresult IEngine_GetImplementationInfo(XAEngineItf self, XAuint32 *pMajor, XAuint32 *pMinor, in IEngine_GetImplementationInfo()
1333 static XAresult IXAEngine_QuerySupportedProfiles(XAEngineItf self, XAint16 *pProfilesSupported) in IXAEngine_QuerySupportedProfiles()
1356 static XAresult IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QueryNumSupportedInterfaces()
1366 static XAresult IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QuerySupportedInterfaces()
1376 static XAresult IXAEngine_QueryNumSupportedExtensions(XAEngineItf self, XAuint32 *pNumExtensions) in IXAEngine_QueryNumSupportedExtensions()
1384 static XAresult IXAEngine_QuerySupportedExtension(XAEngineItf self, XAuint32 index, in IXAEngine_QuerySupportedExtension()
1393 static XAresult IXAEngine_IsExtensionSupported(XAEngineItf self, const XAchar *pExtensionName, in IXAEngine_IsExtensionSupported()
1402 static XAresult IXAEngine_QueryLEDCapabilities(XAEngineItf self, XAuint32 *pIndex, in IXAEngine_QueryLEDCapabilities()
1412 static XAresult IXAEngine_QueryVibraCapabilities(XAEngineItf self, XAuint32 *pIndex, in IXAEngine_QueryVibraCapabilities()
1446 void IXAEngine_init(void *self) in IXAEngine_init()
1453 void IXAEngine_deinit(void *self) in IXAEngine_deinit()