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

/frameworks/wilhelm/src/objects/
H A DCEngine.c17 /** \file CEngine.c Engine class */
24 CEngine *theOneTrueEngine = NULL;
54 CEngine *thiz = (CEngine *) self;
89 CEngine *thiz = (CEngine *) self;
176 void CEngine_Destroyed(CEngine *self)
/frameworks/wilhelm/src/
H A Dsync.c30 CEngine *thiz = (CEngine *) arg;
H A Dclasses.c153 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CEngine, mObject)},
155 offsetof(CEngine, mDynamicInterfaceManagement)},
156 {MPH_ENGINE, INTERFACE_IMPLICIT, offsetof(CEngine, mEngine)},
157 {MPH_ENGINECAPABILITIES, INTERFACE_IMPLICIT_BASE, offsetof(CEngine, mEngineCapabilities)},
158 {MPH_THREADSYNC, INTERFACE_IMPLICIT_BASE, offsetof(CEngine, mThreadSync)},
160 offsetof(CEngine, mAudioIODeviceCapabilities)},
162 offsetof(CEngine, mAudioDecoderCapabilities)},
164 offsetof(CEngine, mAudioEncoderCapabilities)},
165 {MPH_3DCOMMIT, INTERFACE_EXPLICIT_GAME, offsetof(CEngine, m3DCommit)},
166 {MPH_DEVICEVOLUME, INTERFACE_OPTIONAL, offsetof(CEngine, mDeviceVolum
[all...]
H A Dentry.c90 CEngine *thiz = theOneTrueEngine;
143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
H A Dsles_allinclusive.h62 typedef struct CEngine_struct CEngine; typedef in typeref:struct:CEngine_struct
351 extern void CEngine_Destroyed(CEngine *self);
419 extern CEngine *theOneTrueEngine;
H A DAndroid.mk104 objects/CEngine.c \
H A Dsles.c498 // thisEngine = &((CEngine *) thiz)->mEngine;
499 thiz->mEngine = (CEngine *) thiz;
501 thiz->mEngine = (CEngine *) thisEngine->mThis;
H A Ditfstruct.h27 CEngine *mEngine; // const
/frameworks/wilhelm/src/itf/
H A DIEngine.c1032 return IEngine_CreateLEDDevice(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf,
1043 return IEngine_CreateVibraDevice(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf,
1070 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf);
1277 return IEngine_CreateOutputMix(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf,
1288 return IEngine_CreateMetadataExtractor(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf,
1299 return IEngine_CreateExtensionObject(&((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf,
1345 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID,
1355 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, objectID, index,
1364 &((CEngine *) ((IXAEngine *) self)->mThis)->mEngine.mItf, pNumExtensions);
1372 return IEngine_QuerySupportedExtension(&((CEngine *) ((IXAEngin
[all...]
H A DIObject.c635 CEngine_Destroyed((CEngine *) thiz);

Completed in 1054 milliseconds