/frameworks/wilhelm/src/ |
D | handlers.h | 20 #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 *thiz); [all …]
|
D | itfstruct.h | 64 } IObject; typedef 70 IObject *mThis; 87 IObject *mThis; 111 IObject *mThis; 126 IObject *mThis; 153 IObject *mThis; 178 IObject *mThis; 193 IObject *mThis; 198 IObject *mThis; 204 IObject *mThis; [all …]
|
D | handler_bodies.cpp | 25 unsigned handler_AudioPlayer_gain(IObject *thiz) in handler_AudioPlayer_gain() 34 unsigned handler_OutputMix_gain(IObject *thiz) in handler_OutputMix_gain() 43 unsigned handler_MidiPlayer_gain(IObject *thiz) in handler_MidiPlayer_gain() 51 unsigned handler_MediaPlayer_gain(IObject *thiz) in handler_MediaPlayer_gain() 60 unsigned handler_AudioPlayer_position(IObject *thiz) in handler_AudioPlayer_position() 71 unsigned handler_MidiPlayer_position(IObject *thiz) in handler_MidiPlayer_position() 79 unsigned handler_AudioPlayer_transport(IObject *thiz) in handler_AudioPlayer_transport() 88 unsigned handler_AudioPlayer_play_state(IObject *thiz) in handler_AudioPlayer_play_state() 97 unsigned handler_AudioRecorder_transport(IObject *thiz) in handler_AudioRecorder_transport() 106 unsigned handler_MediaPlayer_transport(IObject *thiz) in handler_MediaPlayer_transport() [all …]
|
D | 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);
|
D | classes.h | 30 IObject mObject; 128 IObject mObject; 172 IObject mObject; 210 IObject mObject; 221 IObject mObject; 232 IObject mObject; 245 IObject mObject; 283 IObject mObject; 311 IObject mObject; 322 IObject mObject;
|
D | locks.cpp | 44 void object_lock_exclusive_(IObject *thiz, const char *file, int line) in object_lock_exclusive_() 123 void object_lock_exclusive(IObject *thiz) in object_lock_exclusive() 135 void object_unlock_exclusive_(IObject *thiz, const char *file, int line) in object_unlock_exclusive_() 148 void object_unlock_exclusive(IObject *thiz) in object_unlock_exclusive() 162 void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attributes, in object_unlock_exclusive_attributes_() 165 void object_unlock_exclusive_attributes(IObject *thiz, unsigned attributes) in object_unlock_exclusive_attributes_() 288 void object_cond_wait_(IObject *thiz, const char *file, int line) in object_cond_wait_() 307 void object_cond_wait(IObject *thiz) in object_cond_wait() 318 void object_cond_signal(IObject *thiz) in object_cond_signal() 330 void object_cond_broadcast(IObject *thiz) in object_cond_broadcast()
|
D | sles_allinclusive.h | 300 extern IObject *construct(const ClassTable *clazz, 304 extern SLuint32 IObjectToObjectID(IObject *object); 305 extern void IObject_Publish(IObject *thiz); 416 extern bool IsInterfaceInitialized(IObject *thiz, unsigned MPH); 417 extern SLresult AcquireStrongRef(IObject *object, SLuint32 expectedObjectID); 418 extern void ReleaseStrongRef(IObject *object); 419 extern void ReleaseStrongRefAndUnlockExclusive(IObject *object);
|
D | sles.cpp | 30 bool IsInterfaceInitialized(IObject *thiz, unsigned MPH) in IsInterfaceInitialized() 54 SLuint32 IObjectToObjectID(IObject *thiz) in IObjectToObjectID() 74 SLresult AcquireStrongRef(IObject *object, SLuint32 expectedObjectID) in AcquireStrongRef() 105 void ReleaseStrongRefAndUnlockExclusive(IObject *object) in ReleaseStrongRefAndUnlockExclusive() 127 void ReleaseStrongRef(IObject *object) in ReleaseStrongRef() 506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) in construct() 508 IObject *thiz; in construct() 510 thiz = (IObject *) calloc(1, clazz->mSize); in construct() 551 ((IObject **) self)[1] = thiz; in construct()
|
D | sync.cpp | 64 IObject *instance = (IObject *) thiz->mEngine.mInstances[i]; in sync_start()
|
D | data.cpp | 98 result = AcquireStrongRef((IObject *) device, expectedObjectID); in checkDataLocator() 164 result = AcquireStrongRef((IObject *) pDataLocator->mOutputMix.outputMix, in checkDataLocator() 313 ReleaseStrongRef((IObject *) pDataLocator->mIODevice.device); in freeDataLocator() 319 ReleaseStrongRef((IObject *) pDataLocator->mOutputMix.outputMix); in freeDataLocator()
|
D | Android.bp | 169 "itf/IObject.cpp",
|
/frameworks/wilhelm/src/itf/ |
D | IObject.cpp | 29 IObject *thiz = (IObject *) self; in HandleRealize() 88 IObject *thiz = (IObject *) self; in IObject_Realize() 172 IObject *thiz = (IObject *) self; in HandleResume() 231 IObject *thiz = (IObject *) self; in IObject_Resume() 291 IObject *thiz = (IObject *) self; in IObject_GetState() 336 IObject *thiz = (IObject *) self; in IObject_GetInterface() 392 IObject *thiz = (IObject *) self; in IObject_RegisterCallback() 407 static void Abort_internal(IObject *thiz) in Abort_internal() 509 IObject *thiz = (IObject *) self; in IObject_AbortAsyncOperation() 521 IObject *thiz = (IObject *) self; in IObject_Destroy() [all …]
|
D | I3DGrouping.cpp | 38 IObject *thisObject = InterfaceToIObject(thiz); in I3DGrouping_Set3DGroup() 49 IObject *oldGroupObject = &oldGroup->mObject; in I3DGrouping_Set3DGroup() 58 IObject *newGroupObject = &newGroup->mObject; in I3DGrouping_Set3DGroup() 112 IObject *groupObject = &group->mObject; in I3DGrouping_deinit()
|
D | IMuteSolo.cpp | 27 IObject *thisObject = thiz->mThis; in IMuteSolo_SetChannelMute() 66 IObject *thisObject = thiz->mThis; in IMuteSolo_GetChannelMute() 99 IObject *thisObject = thiz->mThis; in IMuteSolo_SetChannelSolo() 138 IObject *thisObject = thiz->mThis; in IMuteSolo_GetChannelSolo() 174 IObject *thisObject = thiz->mThis; in IMuteSolo_GetNumChannels()
|
D | I3DCommit.cpp | 27 IObject *thisObject = InterfaceToIObject(thiz); in I3DCommit_Commit() 48 IObject *thisObject = InterfaceToIObject(thiz); in I3DCommit_SetDeferred()
|
D | IDynamicInterfaceManagement.cpp | 31 IObject *thisObject = InterfaceToIObject(thiz); in HandleAdd() 115 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_AddInterface() 211 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_RemoveInterface() 287 IObject *thisObject = InterfaceToIObject(thiz); in HandleResume() 363 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_ResumeInterface() 446 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicInterfaceManagement_RegisterCallback()
|
D | IAndroidConfiguration.cpp | 122 IObject* configObj = iConfig->mThis; // get corresponding object in ValidatePlayerConfig() 156 IObject* configObj = iConfig->mThis; // get corresponding object in AllocPlayerRoutingProxy() 189 IObject* configObj = iConfig->mThis; // get corresponding object in ValidateRecorderConfig() 226 IObject* configObj = iConfig->mThis; // get corresponding object in AllocRecorderRoutingProxy()
|
D | IDynamicSource.cpp | 38 IObject *thisObject = InterfaceToIObject(thiz); in IDynamicSource_SetSource()
|
D | IOutputMixExt.cpp | 177 IObject *thisObject = thiz->mThis; in IOutputMixExt_FillBuffer()
|