Searched refs:IObject (Results 1 - 18 of 18) sorted by relevance

/frameworks/wilhelm/src/
H A Dhandlers.h20 #define IObject struct Object_interface macro
21 IObject;
27 extern unsigned handler_MediaPlayer_gain(IObject *thiz);
29 extern unsigned handler_MediaPlayer_transport(IObject *thiz);
30 extern unsigned handler_MediaPlayer_position(IObject *thiz);
31 extern unsigned handler_MediaPlayer_abq_enqueue(IObject *thiz);
32 extern unsigned handler_MediaPlayer_play_state(IObject *thiz);
33 extern unsigned handler_AudioPlayer_gain(IObject *thiz);
34 extern unsigned handler_AudioPlayer_transport(IObject *thiz);
35 extern unsigned handler_AudioPlayer_position(IObject *thi
82 #undef IObject macro
[all...]
H A Dhandler_bodies.c25 unsigned handler_AudioPlayer_gain(IObject *thiz)
34 unsigned handler_OutputMix_gain(IObject *thiz)
43 unsigned handler_MidiPlayer_gain(IObject *thiz)
51 unsigned handler_MediaPlayer_gain(IObject *thiz)
60 unsigned handler_AudioPlayer_position(IObject *thiz)
71 unsigned handler_MidiPlayer_position(IObject *thiz)
79 unsigned handler_AudioPlayer_transport(IObject *thiz)
88 unsigned handler_AudioPlayer_play_state(IObject *thiz)
97 unsigned handler_AudioRecorder_transport(IObject *thiz)
106 unsigned handler_MediaPlayer_transport(IObject *thi
[all...]
H A Ditfstruct.h26 // field mThis would be redundant within an IObject, so we substitute mEngine
62 } IObject; typedef in typeref:struct:Object_interface
68 IObject *mThis;
85 IObject *mThis;
109 IObject *mThis;
124 IObject *mThis;
151 IObject *mThis;
176 IObject *mThis;
191 IObject *mThis;
196 IObject *mThi
[all...]
H A Dlocks.h20 extern void object_lock_exclusive_(IObject *thiz, const char *file, int line);
21 extern void object_unlock_exclusive_(IObject *thiz, const char *file, int line);
22 extern void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attr,
24 extern void object_cond_wait_(IObject *thiz, const char *file, int line);
26 extern void object_lock_exclusive(IObject *thiz);
27 extern void object_unlock_exclusive(IObject *thiz);
28 extern void object_unlock_exclusive_attributes(IObject *thiz, unsigned attr);
29 extern void object_cond_wait(IObject *thiz);
31 extern void object_cond_signal(IObject *thiz);
32 extern void object_cond_broadcast(IObject *thi
[all...]
H A Dclasses.h27 IObject mObject;
121 IObject mObject;
164 IObject mObject;
201 IObject mObject;
212 IObject mObject;
223 IObject mObject;
236 IObject mObject;
274 IObject mObject;
302 IObject mObject;
313 IObject mObjec
[all...]
H A Dlocks.c45 void object_lock_exclusive_(IObject *thiz, const char *file, int line)
124 void object_lock_exclusive(IObject *thiz)
136 void object_unlock_exclusive_(IObject *thiz, const char *file, int line)
149 void object_unlock_exclusive(IObject *thiz)
163 void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attributes,
166 void object_unlock_exclusive_attributes(IObject *thiz, unsigned attributes)
289 void object_cond_wait_(IObject *thiz, const char *file, int line)
308 void object_cond_wait(IObject *thiz)
319 void object_cond_signal(IObject *thiz)
331 void object_cond_broadcast(IObject *thi
[all...]
H A Dsync.c64 IObject *instance = (IObject *) thiz->mEngine.mInstances[i];
H A Dsles_allinclusive.h300 extern IObject *construct(const ClassTable *clazz,
304 extern SLuint32 IObjectToObjectID(IObject *object);
305 extern void IObject_Publish(IObject *thiz);
309 // Note: this operation is undefined on IObject, as it lacks an mThis.
310 // If you have an IObject, then use IObjectToObjectID directly.
314 // Map an interface to it's corresponding IObject.
315 // Note: this operation is undefined on IObject, as it lacks an mThis.
316 // If you have an IObject, then you're done -- you already have what you need.
408 extern bool IsInterfaceInitialized(IObject *thiz, unsigned MPH);
409 extern SLresult AcquireStrongRef(IObject *objec
[all...]
H A Dsles.c30 bool IsInterfaceInitialized(IObject *thiz, unsigned MPH)
52 /** \brief Map an IObject to it's "object ID" (which is really a class ID) */
54 SLuint32 IObjectToObjectID(IObject *thiz)
74 SLresult AcquireStrongRef(IObject *object, SLuint32 expectedObjectID)
105 void ReleaseStrongRefAndUnlockExclusive(IObject *object)
127 void ReleaseStrongRef(IObject *object)
503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine)
505 IObject *thiz;
507 thiz = (IObject *) calloc(1, clazz->mSize);
546 // IObject doe
[all...]
H A Ddata.c95 result = AcquireStrongRef((IObject *) device, expectedObjectID);
161 result = AcquireStrongRef((IObject *) pDataLocator->mOutputMix.outputMix,
310 ReleaseStrongRef((IObject *) pDataLocator->mIODevice.device);
316 ReleaseStrongRef((IObject *) pDataLocator->mOutputMix.outputMix);
H A DAndroid.mk125 itf/IObject.c \
/frameworks/wilhelm/src/itf/
H A DI3DCommit.c27 IObject *thisObject = InterfaceToIObject(thiz);
48 IObject *thisObject = InterfaceToIObject(thiz);
H A DIObject.c29 IObject *thiz = (IObject *) self;
88 IObject *thiz = (IObject *) self;
172 IObject *thiz = (IObject *) self;
231 IObject *thiz = (IObject *) self;
291 IObject *thiz = (IObject *) sel
[all...]
H A DI3DGrouping.c38 IObject *thisObject = InterfaceToIObject(thiz);
49 IObject *oldGroupObject = &oldGroup->mObject;
58 IObject *newGroupObject = &newGroup->mObject;
112 IObject *groupObject = &group->mObject;
H A DIDynamicSource.c38 IObject *thisObject = InterfaceToIObject(thiz);
H A DIMuteSolo.c27 IObject *thisObject = thiz->mThis;
66 IObject *thisObject = thiz->mThis;
99 IObject *thisObject = thiz->mThis;
138 IObject *thisObject = thiz->mThis;
174 IObject *thisObject = thiz->mThis;
H A DIDynamicInterfaceManagement.c31 IObject *thisObject = InterfaceToIObject(thiz);
115 IObject *thisObject = InterfaceToIObject(thiz);
211 IObject *thisObject = InterfaceToIObject(thiz);
287 IObject *thisObject = InterfaceToIObject(thiz);
363 IObject *thisObject = InterfaceToIObject(thiz);
446 IObject *thisObject = InterfaceToIObject(thiz);
H A DIOutputMixExt.c177 IObject *thisObject = thiz->mThis;

Completed in 840 milliseconds