HomeSort by relevance Sort by last modified time
    Searched refs:CEngine (Results 1 - 10 of 10) sorted by null

  /frameworks/wilhelm/src/objects/
CEngine.c 17 /** \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/
sync.c 30 CEngine *thiz = (CEngine *) arg;
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...]
entry.c 90 CEngine *thiz = theOneTrueEngine;
143 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
sles_allinclusive.h 62 typedef struct CEngine_struct CEngine;
350 extern void CEngine_Destroyed(CEngine *self);
418 extern CEngine *theOneTrueEngine;
Android.mk 105 objects/CEngine.c \
sles.c 514 // thisEngine = &((CEngine *) thiz)->mEngine;
515 thiz->mEngine = (CEngine *) thiz;
517 thiz->mEngine = (CEngine *) thisEngine->mThis;
itfstruct.h 27 CEngine *mEngine; // const
  /frameworks/wilhelm/src/itf/
IEngine.c     [all...]
IObject.c 635 CEngine_Destroyed((CEngine *) thiz);

Completed in 1023 milliseconds