Home
last modified time | relevance | path

Searched refs:gLock (Results 1 – 12 of 12) 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_media_AudioSystem.cpp212 static Mutex gLock; variable
308 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/camera/
DCameraBase.cpp99 Mutex gLock; variable
109 Mutex::Autolock _l(gLock); in binderDied()
126 Mutex::Autolock _l(gLock); in getCameraService()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp58 Mutex AudioSystem::gLock; member in android::AudioSystem
85 Mutex::Autolock _l(gLock); in setAudioFlingerBinder()
99 Mutex::Autolock _l(gLock); in get_audio_flinger()
142 Mutex::Autolock _l(gLock); in getAudioFlingerClient()
517 Mutex::Autolock _l(AudioSystem::gLock); in binderDied()
763 Mutex::Autolock _l(gLock); in setDynPolicyCallback()
768 Mutex::Autolock _l(gLock); in setRecordConfigCallback()
773 Mutex::Autolock _l(gLock); in setRoutingCallback()
1421 Mutex::Autolock _l(gLock); in clearAudioConfigCache()
2399 Mutex::Autolock _l(AudioSystem::gLock); in onDynamicPolicyMixStateUpdate()
[all …]
/frameworks/native/libs/binder/ndk/
Dibinder.cpp60 static std::mutex gLock; variable
236 std::lock_guard<std::mutex> lock(ABpBinderTag::gLock); in onLastStrongRef()
262 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.cpp126 Mutex gLock; variable
171 Mutex::Autolock _l(gLock); in findItemIndex()
486 Mutex::Autolock _l(gLock); in dup()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp306 Mutex gLock; variable
314 Mutex::Autolock _l(gLock); in binderDied()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h669 static Mutex gLock; // protects gAudioFlinger variable