Home
last modified time | relevance | path

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

/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()
418 Mutex::Autolock autoLock(gLock); in getTheLooper()
/frameworks/av/camera/
DCameraBase.cpp83 Mutex gLock; variable
93 Mutex::Autolock _l(gLock); in binderDied()
110 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/libaudioclient/
DAudioSystem.cpp35 Mutex AudioSystem::gLock; member in android::AudioSystem
50 Mutex::Autolock _l(gLock); in get_audio_flinger()
88 Mutex::Autolock _l(gLock); in getAudioFlingerClient()
475 Mutex::Autolock _l(AudioSystem::gLock); in binderDied()
693 Mutex::Autolock _l(gLock); in setErrorCallback()
699 Mutex::Autolock _l(gLock); in setDynPolicyCallback()
705 Mutex::Autolock _l(gLock); in setRecordConfigCallback()
1050 Mutex::Autolock _l(gLock); in clearAudioConfigCache()
1312 Mutex::Autolock _l(AudioSystem::gLock); in onDynamicPolicyMixStateUpdate()
1327 Mutex::Autolock _l(AudioSystem::gLock); in onRecordingConfigurationUpdate()
/frameworks/base/libs/androidfw/
DAssetManager.cpp1360 Mutex AssetManager::SharedZip::gLock; member in AssetManager::SharedZip
1380 AutoMutex _l(gLock); in get()
1402 AutoMutex _l(gLock); in getResourceTableAsset()
1410 AutoMutex _l(gLock); in setResourceTableAsset()
1432 AutoMutex _l(gLock); in setResourceTable()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h271 static Mutex gLock; variable
/frameworks/av/media/libstagefright/foundation/
DAMessage.cpp124 Mutex gLock; variable
169 Mutex::Autolock _l(gLock); in findItemIndex()
468 Mutex::Autolock _l(gLock); in dup()
/frameworks/base/core/jni/
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/av/camera/tests/
DCameraBinderTests.cpp278 Mutex gLock; variable
286 Mutex::Autolock _l(gLock); in binderDied()
/frameworks/av/include/media/
DAudioSystem.h461 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h461 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp116 Mutex gLock; variable
271 Mutex::Autolock _l(gLock); in openMmapStream()