Searched refs:CEngine (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/src/objects/ |
D | CEngine.cpp | 29 CEngine *theOneTrueEngine = NULL; 59 CEngine *thiz = (CEngine *) self; in CEngine_Realize() 104 CEngine *thiz = (CEngine *) self; in CEngine_Destroy() 195 void CEngine_Destroyed(CEngine *self) in CEngine_Destroyed()
|
/frameworks/wilhelm/src/ |
D | classes.cpp | 161 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CEngine, mObject)}, 163 offsetof(CEngine, mDynamicInterfaceManagement)}, 164 {MPH_ENGINE, INTERFACE_IMPLICIT, offsetof(CEngine, mEngine)}, 165 {MPH_ENGINECAPABILITIES, INTERFACE_IMPLICIT_BASE, offsetof(CEngine, mEngineCapabilities)}, 166 {MPH_THREADSYNC, INTERFACE_IMPLICIT_BASE, offsetof(CEngine, mThreadSync)}, 168 offsetof(CEngine, mAudioIODeviceCapabilities)}, 170 offsetof(CEngine, mAudioDecoderCapabilities)}, 172 offsetof(CEngine, mAudioEncoderCapabilities)}, 173 {MPH_3DCOMMIT, INTERFACE_EXPLICIT_GAME, offsetof(CEngine, m3DCommit)}, 174 {MPH_DEVICEVOLUME, INTERFACE_OPTIONAL, offsetof(CEngine, mDeviceVolume)}, [all …]
|
D | sync.cpp | 30 CEngine *thiz = (CEngine *) arg; in sync_start()
|
D | sles_allinclusive.h | 63 typedef struct CEngine_struct CEngine; typedef 351 extern void CEngine_Destroyed(CEngine *self); 419 extern CEngine *theOneTrueEngine;
|
D | entry.cpp | 89 CEngine *thiz = theOneTrueEngine; in liCreateEngine() 141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
|
D | sles.cpp | 518 thiz->mEngine = (CEngine *) thiz; in construct() 520 thiz->mEngine = (CEngine *) thisEngine->mThis; in construct()
|
D | Android.bp | 131 "objects/CEngine.cpp",
|
D | itfstruct.h | 29 CEngine *mEngine; // const
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 1048 return IEngine_CreateLEDDevice(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateLEDDevice() 1059 return IEngine_CreateVibraDevice(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateVibraDevice() 1086 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf); in IEngine_CreateMediaPlayer() 1292 return IEngine_CreateOutputMix(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateOutputMix() 1303 return IEngine_CreateMetadataExtractor(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateMetadataExtractor() 1314 return IEngine_CreateExtensionObject(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateExtensionObject() 1360 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, in IXAEngine_QueryNumSupportedInterfaces() 1370 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, index, in IXAEngine_QuerySupportedInterfaces() 1379 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, pNumExtensions); in IXAEngine_QueryNumSupportedExtensions() 1387 return IEngine_QuerySupportedExtension(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_QuerySupportedExtension() [all …]
|
D | IObject.cpp | 635 CEngine_Destroyed((CEngine *) thiz); in IObject_Destroy()
|