HomeSort by relevance Sort by last modified time
    Searched refs:IObject (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/wilhelm/src/
handlers.h 20 #define IObject struct Object_interface
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 *thiz)
    [all...]
handler_bodies.c 25 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 *thiz
    [all...]
itfstruct.h 29 // field mThis would be redundant within an IObject, so we substitute mEngine
65 } IObject;
71 IObject *mThis;
88 IObject *mThis;
112 IObject *mThis;
127 IObject *mThis;
154 IObject *mThis;
179 IObject *mThis;
194 IObject *mThis;
199 IObject *mThis
    [all...]
locks.h 22 extern void object_lock_exclusive_(IObject *thiz, const char *file, int line);
23 extern void object_unlock_exclusive_(IObject *thiz, const char *file, int line);
24 extern void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attr,
26 extern void object_cond_wait_(IObject *thiz, const char *file, int line);
28 extern void object_lock_exclusive(IObject *thiz);
29 extern void object_unlock_exclusive(IObject *thiz);
30 extern void object_unlock_exclusive_attributes(IObject *thiz, unsigned attr);
31 extern void object_cond_wait(IObject *thiz);
33 extern void object_cond_signal(IObject *thiz);
34 extern void object_cond_broadcast(IObject *thiz)
    [all...]
classes.h 28 IObject mObject;
123 IObject mObject;
167 IObject mObject;
204 IObject mObject;
215 IObject mObject;
226 IObject mObject;
239 IObject mObject;
277 IObject mObject;
305 IObject mObject;
316 IObject mObject
    [all...]
locks.c 44 void object_lock_exclusive_(IObject *thiz, const char *file, int line)
123 void object_lock_exclusive(IObject *thiz)
135 void object_unlock_exclusive_(IObject *thiz, const char *file, int line)
148 void object_unlock_exclusive(IObject *thiz)
162 void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attributes,
165 void object_unlock_exclusive_attributes(IObject *thiz, unsigned attributes)
288 void object_cond_wait_(IObject *thiz, const char *file, int line)
307 void object_cond_wait(IObject *thiz)
318 void object_cond_signal(IObject *thiz)
330 void object_cond_broadcast(IObject *thiz
    [all...]
sync.c 64 IObject *instance = (IObject *) thiz->mEngine.mInstances[i];
sles_allinclusive.h 300 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 *object, SLuint32 expectedObjectID)
    [all...]
sles.c 30 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)
506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine)
508 IObject *thiz;
510 thiz = (IObject *) calloc(1, clazz->mSize);
549 // IObject does not have an mThis, so [1] is not always define
    [all...]
data.c 100 result = AcquireStrongRef((IObject *) device, expectedObjectID);
166 result = AcquireStrongRef((IObject *) pDataLocator->mOutputMix.outputMix,
315 ReleaseStrongRef((IObject *) pDataLocator->mIODevice.device);
321 ReleaseStrongRef((IObject *) pDataLocator->mOutputMix.outputMix);
    [all...]
Android.mk 126 itf/IObject.c \
  /frameworks/wilhelm/src/itf/
I3DCommit.c 27 IObject *thisObject = InterfaceToIObject(thiz);
48 IObject *thisObject = InterfaceToIObject(thiz);
IObject.c 29 IObject *thiz = (IObject *) self;
88 IObject *thiz = (IObject *) self;
172 IObject *thiz = (IObject *) self;
231 IObject *thiz = (IObject *) self;
291 IObject *thiz = (IObject *) self
    [all...]
I3DGrouping.c 38 IObject *thisObject = InterfaceToIObject(thiz);
49 IObject *oldGroupObject = &oldGroup->mObject;
58 IObject *newGroupObject = &newGroup->mObject;
112 IObject *groupObject = &group->mObject;
IDynamicSource.c 38 IObject *thisObject = InterfaceToIObject(thiz);
IMuteSolo.c 27 IObject *thisObject = thiz->mThis;
66 IObject *thisObject = thiz->mThis;
99 IObject *thisObject = thiz->mThis;
138 IObject *thisObject = thiz->mThis;
174 IObject *thisObject = thiz->mThis;
IDynamicInterfaceManagement.c 31 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);
IAndroidConfiguration.c 113 IObject* configObj = iConfig->mThis; // get corresponding object
147 IObject* configObj = iConfig->mThis; // get corresponding object
186 IObject* configObj = iConfig->mThis; // get corresponding object
222 IObject* configObj = iConfig->mThis; // get corresponding object
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
taskadmin 99 from boto.mashups.iobject import IObject
launch_instance 118 from boto.mashups.iobject import IObject
159 iobj = IObject()
elbadmin 240 from boto.mashups.iobject import IObject
asadmin 200 from boto.mashups.iobject import IObject
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
order.py 28 from boto.mashups.iobject import IObject
36 class Item(IObject):
162 class Order(IObject):
iobject.py 30 class IObject(object):
server.py 28 from boto.mashups.iobject import IObject
259 iobject = IObject()
260 key_file = iobject.get_filename('Path to OpenSSH Key file')
340 iobject = IObject()
342 bucket = iobject.get_string('Name of S3 bucket')
344 prefix = iobject.get_string('Prefix for AMI file')
346 key_file = iobject.get_filename('Path to RSA private key file'
    [all...]

Completed in 227 milliseconds

1 2