Home
last modified time | relevance | path

Searched refs:object_lock_exclusive (Results 1 – 16 of 16) sorted by relevance

/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.c42 object_lock_exclusive(thisObject); in HandleAdd()
65 object_lock_exclusive(thisObject); in HandleAdd()
128 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
143 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
173 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
223 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_RemoveInterface()
298 object_lock_exclusive(thisObject); in HandleResume()
319 object_lock_exclusive(thisObject); in HandleResume()
376 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
391 object_lock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
[all …]
DIObject.c38 object_lock_exclusive(thiz); in HandleRealize()
92 object_lock_exclusive(thiz); in IObject_Realize()
128 object_lock_exclusive(thiz); in IObject_Realize()
181 object_lock_exclusive(thiz); in HandleResume()
234 object_lock_exclusive(thiz); in IObject_Resume()
256 object_lock_exclusive(thiz); in IObject_Resume()
346 object_lock_exclusive(thiz); in IObject_GetInterface()
393 object_lock_exclusive(thiz); in IObject_RegisterCallback()
411 object_lock_exclusive(thiz); in Abort_internal()
467 object_lock_exclusive(thiz); in Abort_internal()
[all …]
DI3DGrouping.c51 object_lock_exclusive(oldGroupObject); in I3DGrouping_Set3DGroup()
61 object_lock_exclusive(newGroupObject); in I3DGrouping_Set3DGroup()
113 object_lock_exclusive(groupObject); in I3DGrouping_deinit()
DI3DCommit.c28 object_lock_exclusive(thisObject); in I3DCommit_Commit()
49 object_lock_exclusive(thisObject); in I3DCommit_SetDeferred()
DIDynamicSource.c39 object_lock_exclusive(thisObject); in IDynamicSource_SetSource()
DIOutputMixExt.c57 object_lock_exclusive(&audioPlayer->mObject); in track_check()
179 object_lock_exclusive(thisObject); in IOutputMixExt_FillBuffer()
/frameworks/wilhelm/src/
Dlocks.h26 extern void object_lock_exclusive(IObject *thiz);
35 #define object_lock_exclusive(thiz) object_lock_exclusive_((thiz), __FILE__, __LINE__) macro
44 #define object_lock_shared(thiz) object_lock_exclusive(thiz)
51 #define interface_lock_exclusive(thiz) object_lock_exclusive(InterfaceToIObject(thiz))
Dsync.c37 object_lock_exclusive(&thiz->mObject); in sync_start()
70 object_lock_exclusive(instance); in sync_start()
Dentry.c101 object_lock_exclusive(&thiz->mObject); in liCreateEngine()
Dsles.c81 object_lock_exclusive(object); in AcquireStrongRef()
130 object_lock_exclusive(object); in ReleaseStrongRef()
Dlocks.c123 void object_lock_exclusive(IObject *thiz) in object_lock_exclusive() function
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp64 object_lock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
105 object_lock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
158 object_lock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
187 object_lock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
230 object_lock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
270 object_lock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
484 object_lock_exclusive(&mp->mObject); in android_Player_preDestroy()
DAudioPlayer_to_android.cpp116 object_lock_exclusive(&ap->mObject); in adecoder_writeToBufferQueue()
685 object_lock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
754 object_lock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
782 object_lock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
825 object_lock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
1682 object_lock_exclusive(&pAudioPlayer->mObject); in android_audioPlayer_preDestroy()
1695 object_lock_exclusive(&pAudioPlayer->mObject); in android_audioPlayer_preDestroy()
DAudioRecorder_to_android.cpp475 object_lock_exclusive(&ar->mObject); in android_audioRecorder_preDestroy()
Dandroid_Effect.cpp314 object_lock_exclusive(&ieq->mThis->mEngine->mObject); in android_eq_init()
/frameworks/wilhelm/src/desktop/
DSndFile.c50 object_lock_exclusive(&thisAP->mObject); in SndFile_Callback()
193 object_lock_exclusive(&audioPlayer->mObject); in audioPlayerTransportUpdate()