Home
last modified time | relevance | path

Searched refs:CEngine (Results 1 – 10 of 10) sorted by relevance

/frameworks/wilhelm/src/objects/
DCEngine.cpp29 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/
Dclasses.cpp161 {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 …]
Dsync.cpp30 CEngine *thiz = (CEngine *) arg; in sync_start()
Dsles_allinclusive.h63 typedef struct CEngine_struct CEngine; typedef
351 extern void CEngine_Destroyed(CEngine *self);
419 extern CEngine *theOneTrueEngine;
Dentry.cpp89 CEngine *thiz = theOneTrueEngine; in liCreateEngine()
141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
Dsles.cpp518 thiz->mEngine = (CEngine *) thiz; in construct()
520 thiz->mEngine = (CEngine *) thisEngine->mThis; in construct()
DAndroid.bp131 "objects/CEngine.cpp",
Ditfstruct.h29 CEngine *mEngine; // const
/frameworks/wilhelm/src/itf/
DIEngine.cpp1048 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 …]
DIObject.cpp635 CEngine_Destroyed((CEngine *) thiz); in IObject_Destroy()