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

  /frameworks/wilhelm/src/objects/
CEngine.cpp 17 /** \file CEngine.c Engine class */
29 CEngine *theOneTrueEngine = NULL;
59 CEngine *thiz = (CEngine *) self;
104 CEngine *thiz = (CEngine *) self;
195 void CEngine_Destroyed(CEngine *self)
  /frameworks/wilhelm/src/
sync.cpp 30 CEngine *thiz = (CEngine *) arg;
classes.cpp 161 {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...]
entry.cpp 89 CEngine *thiz = theOneTrueEngine;
141 thiz = (CEngine *) construct(pCEngine_class, exposedMask, NULL);
sles_allinclusive.h 63 typedef struct CEngine_struct CEngine;
351 extern void CEngine_Destroyed(CEngine *self);
419 extern CEngine *theOneTrueEngine;
Android.mk 103 objects/CEngine.cpp \
sles.cpp 517 // thisEngine = &((CEngine *) thiz)->mEngine;
518 thiz->mEngine = (CEngine *) thiz;
520 thiz->mEngine = (CEngine *) thisEngine->mThis;
itfstruct.h 29 CEngine *mEngine; // const
  /frameworks/wilhelm/src/itf/
IEngine.cpp     [all...]
IObject.cpp 635 CEngine_Destroyed((CEngine *) thiz);

Completed in 367 milliseconds