Searched refs:CEngine (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/src/objects/ |
D | CEngine.c | 24 CEngine *theOneTrueEngine = NULL; 54 CEngine *thiz = (CEngine *) self; in CEngine_Realize() 89 CEngine *thiz = (CEngine *) self; in CEngine_Destroy() 176 void CEngine_Destroyed(CEngine *self) in CEngine_Destroyed()
|
/frameworks/wilhelm/src/ |
D | classes.c | 158 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CEngine, mObject)}, 160 offsetof(CEngine, mDynamicInterfaceManagement)}, 161 {MPH_ENGINE, INTERFACE_IMPLICIT, offsetof(CEngine, mEngine)}, 162 {MPH_ENGINECAPABILITIES, INTERFACE_IMPLICIT_BASE, offsetof(CEngine, mEngineCapabilities)}, 163 {MPH_THREADSYNC, INTERFACE_IMPLICIT_BASE, offsetof(CEngine, mThreadSync)}, 165 offsetof(CEngine, mAudioIODeviceCapabilities)}, 167 offsetof(CEngine, mAudioDecoderCapabilities)}, 169 offsetof(CEngine, mAudioEncoderCapabilities)}, 170 {MPH_3DCOMMIT, INTERFACE_EXPLICIT_GAME, offsetof(CEngine, m3DCommit)}, 171 {MPH_DEVICEVOLUME, INTERFACE_OPTIONAL, offsetof(CEngine, mDeviceVolume)}, [all …]
|
D | sync.c | 30 CEngine *thiz = (CEngine *) arg; in sync_start()
|
D | sles_allinclusive.h | 62 typedef struct CEngine_struct CEngine; typedef 351 extern void CEngine_Destroyed(CEngine *self); 419 extern CEngine *theOneTrueEngine;
|
D | entry.c | 90 CEngine *thiz = theOneTrueEngine; in liCreateEngine() 143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
|
D | sles.c | 515 thiz->mEngine = (CEngine *) thiz; in construct() 517 thiz->mEngine = (CEngine *) thisEngine->mThis; in construct()
|
D | Android.mk | 104 objects/CEngine.c \
|
D | itfstruct.h | 27 CEngine *mEngine; // const
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 1041 return IEngine_CreateLEDDevice(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateLEDDevice() 1052 return IEngine_CreateVibraDevice(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateVibraDevice() 1079 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf); in IEngine_CreateMediaPlayer() 1286 return IEngine_CreateOutputMix(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateOutputMix() 1297 return IEngine_CreateMetadataExtractor(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateMetadataExtractor() 1308 return IEngine_CreateExtensionObject(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_CreateExtensionObject() 1354 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, in IXAEngine_QueryNumSupportedInterfaces() 1364 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, index, in IXAEngine_QuerySupportedInterfaces() 1373 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, pNumExtensions); in IXAEngine_QueryNumSupportedExtensions() 1381 return IEngine_QuerySupportedExtension(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, in IXAEngine_QuerySupportedExtension() [all …]
|
D | IObject.c | 635 CEngine_Destroyed((CEngine *) thiz); in IObject_Destroy()
|