Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioSystem.cpp34 Mutex AudioSystem::gLock; member in android::AudioSystem
53 Mutex::Autolock _l(gLock); in get_audio_flinger()
266 gLock.lock(); in getSamplingRate()
270 gLock.unlock(); in getSamplingRate()
277 gLock.unlock(); in getSamplingRate()
310 gLock.lock(); in getFrameCount()
313 gLock.unlock(); in getFrameCount()
319 gLock.unlock(); in getFrameCount()
352 gLock.lock(); in getLatency()
355 gLock.unlock(); in getLatency()
[all …]
/frameworks/av/camera/
DCameraBase.cpp44 Mutex gLock; variable
54 Mutex::Autolock _l(gLock); in binderDied()
71 Mutex::Autolock _l(gLock); in getCameraService()
/frameworks/av/soundtrigger/
DSoundTrigger.cpp39 Mutex gLock; variable
49 Mutex::Autolock _l(gLock); in binderDied()
60 Mutex::Autolock _l(gLock); in getSoundTriggerHwService()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp101 Mutex gLock; variable
146 Mutex::Autolock _l(gLock); in findItemIndex()
356 Mutex::Autolock _l(gLock); in dup()
/frameworks/base/include/androidfw/
DAssetManager.h321 static Mutex gLock; variable
/frameworks/base/core/jni/
Dandroid_hardware_SoundTrigger.cpp138 static Mutex gLock; variable
344 Mutex::Autolock l(gLock); in getSoundTrigger()
352 Mutex::Autolock l(gLock); in setSoundTrigger()
/frameworks/av/include/media/
DAudioSystem.h380 static Mutex gLock; variable
/frameworks/base/libs/androidfw/
DAssetManager.cpp1860 Mutex AssetManager::SharedZip::gLock; member in AssetManager::SharedZip
1878 AutoMutex _l(gLock); in get()
1907 AutoMutex _l(gLock); in setResourceTableAsset()
1929 AutoMutex _l(gLock); in setResourceTable()