OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
153
{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
, 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
;
351
extern void CEngine_Destroyed(
CEngine
*self);
419
extern
CEngine
*theOneTrueEngine;
Android.mk
104
objects/
CEngine
.c \
sles.c
498
// thisEngine = &((
CEngine
*) thiz)->mEngine;
499
thiz->mEngine = (
CEngine
*) thiz;
501
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 96 milliseconds