Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DPosixAsyncIO.cpp32 std::mutex gLock; variable
40 std::unique_lock<std::mutex> lk(gLock); in work_func()
72 std::unique_lock<std::mutex> lk(gLock); in aio_add()
85 std::unique_lock<std::mutex> lk(gLock); in aiocb()
99 std::unique_lock<std::mutex> lk(gLock); in ~aiocb()
/frameworks/base/core/jni/
Dandroid_media_AudioVolumeGroupCallback.cpp42 static Mutex gLock; variable
109 Mutex::Autolock l(gLock); in setJniCallback()
Dandroid_hardware_SoundTrigger.cpp148 static Mutex gLock; variable
375 Mutex::Autolock l(gLock); in getSoundTrigger()
383 Mutex::Autolock l(gLock); in setSoundTrigger()
Dandroid_media_AudioSystem.cpp184 static Mutex gLock; variable
280 Mutex::Autolock l(gLock); in setJniCallback()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp42 static Mutex gLock; variable
49 Mutex::Autolock autoLock(gLock); in getInstance()
63 Mutex::Autolock autoLock(gLock); in serviceDied()
431 Mutex::Autolock autoLock(gLock); in getTheLooper()
/frameworks/av/soundtrigger/
DSoundTrigger.cpp39 Mutex gLock; variable
49 Mutex::Autolock _l(gLock); in binderDied()
60 Mutex::Autolock _l(gLock); in getSoundTriggerHwService()
/frameworks/av/camera/
DCameraBase.cpp83 Mutex gLock; variable
93 Mutex::Autolock _l(gLock); in binderDied()
110 Mutex::Autolock _l(gLock); in getCameraService()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp38 Mutex AudioSystem::gLock; member in android::AudioSystem
52 Mutex::Autolock _l(gLock); in get_audio_flinger()
92 Mutex::Autolock _l(gLock); in getAudioFlingerClient()
505 Mutex::Autolock _l(AudioSystem::gLock); in binderDied()
722 Mutex::Autolock _l(gLock); in setErrorCallback()
728 Mutex::Autolock _l(gLock); in setDynPolicyCallback()
734 Mutex::Autolock _l(gLock); in setRecordConfigCallback()
1114 Mutex::Autolock _l(gLock); in clearAudioConfigCache()
1618 Mutex::Autolock _l(AudioSystem::gLock); in onDynamicPolicyMixStateUpdate()
1638 Mutex::Autolock _l(AudioSystem::gLock); in onRecordingConfigurationUpdate()
/frameworks/native/libs/binder/ndk/
Dibinder.cpp54 static std::mutex gLock; variable
173 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in onLastStrongRef()
199 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in lookupOrCreateFromBinder()
/frameworks/base/libs/androidfw/
DAssetManager.cpp1420 Mutex AssetManager::SharedZip::gLock; member in AssetManager::SharedZip
1455 AutoMutex _l(gLock); in get()
1481 AutoMutex _l(gLock); in getResourceTableAsset()
1489 AutoMutex _l(gLock); in setResourceTableAsset()
1511 AutoMutex _l(gLock); in setResourceTable()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h296 static Mutex gLock; variable
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp125 Mutex gLock; variable
170 Mutex::Autolock _l(gLock); in findItemIndex()
470 Mutex::Autolock _l(gLock); in dup()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp289 Mutex gLock; variable
297 Mutex::Autolock _l(gLock); in binderDied()
/frameworks/av/include/media/
DAudioSystem.h548 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h548 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp108 Mutex gLock; variable
266 Mutex::Autolock _l(gLock); in openMmapStream()