Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/objects/
DCEngine.c24 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/
Dclasses.c158 {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 …]
Dsync.c30 CEngine *thiz = (CEngine *) arg; in sync_start()
Dsles_allinclusive.h62 typedef struct CEngine_struct CEngine; typedef
351 extern void CEngine_Destroyed(CEngine *self);
419 extern CEngine *theOneTrueEngine;
Dentry.c90 CEngine *thiz = theOneTrueEngine; in liCreateEngine()
143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL); in liCreateEngine()
Dsles.c515 thiz->mEngine = (CEngine *) thiz; in construct()
517 thiz->mEngine = (CEngine *) thisEngine->mThis; in construct()
DAndroid.mk104 objects/CEngine.c \
Ditfstruct.h27 CEngine *mEngine; // const
/frameworks/wilhelm/src/itf/
DIEngine.c1041 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 …]
DIObject.c635 CEngine_Destroyed((CEngine *) thiz); in IObject_Destroy()