Home
last modified time | relevance | path

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

/frameworks/av/radio/
DRadio.cpp39 Mutex gLock; variable
49 Mutex::Autolock _l(gLock); in binderDied()
60 Mutex::Autolock _l(gLock); in getRadioService()
/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.cpp64 Mutex gLock; variable
74 Mutex::Autolock _l(gLock); in binderDied()
91 Mutex::Autolock _l(gLock); in getCameraService()
/frameworks/av/media/libmedia/
DAudioSystem.cpp34 Mutex AudioSystem::gLock; member in android::AudioSystem
49 Mutex::Autolock _l(gLock); in get_audio_flinger()
85 Mutex::Autolock _l(gLock); in getAudioFlingerClient()
472 Mutex::Autolock _l(AudioSystem::gLock); in binderDied()
667 Mutex::Autolock _l(gLock); in setErrorCallback()
673 Mutex::Autolock _l(gLock); in setDynPolicyCallback()
679 Mutex::Autolock _l(gLock); in setRecordConfigCallback()
1006 Mutex::Autolock _l(gLock); in clearAudioConfigCache()
1261 Mutex::Autolock _l(AudioSystem::gLock); in onDynamicPolicyMixStateUpdate()
1276 Mutex::Autolock _l(AudioSystem::gLock); in onRecordingConfigurationUpdate()
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp123 Mutex gLock; variable
168 Mutex::Autolock _l(gLock); in findItemIndex()
448 Mutex::Autolock _l(gLock); in dup()
/frameworks/base/include/androidfw/
DAssetManager.h327 static Mutex gLock; variable
/frameworks/av/camera/tests/
DCameraBinderTests.cpp267 Mutex gLock; variable
275 Mutex::Autolock _l(gLock); in binderDied()
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp124 static Mutex gLock; variable
142 Mutex::Autolock l(gLock); in getRadio()
149 Mutex::Autolock l(gLock); in setRadio()
Dandroid_hardware_SoundTrigger.cpp147 static Mutex gLock; variable
362 Mutex::Autolock l(gLock); in getSoundTrigger()
370 Mutex::Autolock l(gLock); in setSoundTrigger()
Dandroid_media_AudioSystem.cpp161 static Mutex gLock; variable
257 Mutex::Autolock l(gLock); in setJniCallback()
/frameworks/base/libs/androidfw/
DAssetManager.cpp1853 Mutex AssetManager::SharedZip::gLock; member in AssetManager::SharedZip
1873 AutoMutex _l(gLock); in get()
1902 AutoMutex _l(gLock); in setResourceTableAsset()
1924 AutoMutex _l(gLock); in setResourceTable()
/frameworks/av/include/media/
DAudioSystem.h455 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable