Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIObject.cpp75 object_unlock_exclusive(thiz); in HandleRealize()
105 object_unlock_exclusive(thiz); in IObject_Realize()
123 object_unlock_exclusive(thiz); in IObject_Realize()
130 object_unlock_exclusive(thiz); in IObject_Realize()
145 object_unlock_exclusive(thiz); in IObject_Realize()
155 object_unlock_exclusive(thiz); in IObject_Realize()
218 object_unlock_exclusive(thiz); in HandleResume()
238 object_unlock_exclusive(thiz); in IObject_Resume()
251 object_unlock_exclusive(thiz); in IObject_Resume()
258 object_unlock_exclusive(thiz); in IObject_Resume()
[all …]
DIDynamicInterfaceManagement.cpp50 object_unlock_exclusive(thisObject); in HandleAdd()
94 object_unlock_exclusive(thisObject); in HandleAdd()
135 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
158 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
191 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_AddInterface()
267 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_RemoveInterface()
306 object_unlock_exclusive(thisObject); in HandleResume()
343 object_unlock_exclusive(thisObject); in HandleResume()
383 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
406 object_unlock_exclusive(thisObject); in IDynamicInterfaceManagement_ResumeInterface()
[all …]
DI3DCommit.cpp36 object_unlock_exclusive(thisObject); in I3DCommit_Commit()
51 object_unlock_exclusive(thisObject); in I3DCommit_SetDeferred()
DIDynamicSource.cpp42 object_unlock_exclusive(thisObject); in IDynamicSource_SetSource()
DI3DGrouping.cpp64 object_unlock_exclusive(newGroupObject); in I3DGrouping_Set3DGroup()
DIOutputMixExt.cpp158 object_unlock_exclusive(&audioPlayer->mObject); in track_check()
325 object_unlock_exclusive(thisObject); in IOutputMixExt_FillBuffer()
/frameworks/wilhelm/src/
Dsync.cpp42 object_unlock_exclusive(&thiz->mObject); in sync_start()
55 object_unlock_exclusive(&thiz->mObject); in sync_start()
77 object_unlock_exclusive(instance); in sync_start()
87 object_unlock_exclusive(instance); in sync_start()
Dlocks.h29 extern void object_unlock_exclusive(IObject *thiz);
38 #define object_unlock_exclusive(thiz) object_unlock_exclusive_((thiz), __FILE__, __LINE__) macro
47 #define object_unlock_shared(thiz) object_unlock_exclusive(thiz)
54 #define interface_unlock_exclusive(thiz) object_unlock_exclusive(InterfaceToIObject(thiz))
Dentry.cpp128 object_unlock_exclusive(&thiz->mObject); in liCreateEngine()
Dsles.cpp94 object_unlock_exclusive(object); in AcquireStrongRef()
116 object_unlock_exclusive(object); in ReleaseStrongRefAndUnlockExclusive()
Dlocks.cpp148 void object_unlock_exclusive(IObject *thiz) in object_unlock_exclusive() function
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp91 object_unlock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
131 object_unlock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
168 object_unlock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
192 object_unlock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
240 object_unlock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
280 object_unlock_exclusive(&mp->mObject); in player_handleMediaPlayerEventNotifications()
482 object_unlock_exclusive(&mp->mObject); in android_Player_preDestroy()
DAudioPlayer_to_android.cpp200 object_unlock_exclusive(&ap->mObject); in adecoder_writeToBufferQueue()
815 object_unlock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
867 object_unlock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
891 object_unlock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
939 object_unlock_exclusive(&ap->mObject); in sfplayer_handlePrefetchEvent()
1938 object_unlock_exclusive(&pAudioPlayer->mObject); in android_audioPlayer_preDestroy()
1951 object_unlock_exclusive(&pAudioPlayer->mObject); in android_audioPlayer_preDestroy()
DAudioRecorder_to_android.cpp785 object_unlock_exclusive(&ar->mObject); in android_audioRecorder_preDestroy()
Dandroid_Effect.cpp327 object_unlock_exclusive(&ieq->mThis->mEngine->mObject); in android_eq_init()
/frameworks/wilhelm/src/desktop/
DSndFile.cpp76 object_unlock_exclusive(&thisAP->mObject); in SndFile_Callback()
209 object_unlock_exclusive(&audioPlayer->mObject); in audioPlayerTransportUpdate()