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

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp42 static Mutex gLock; variable
49 Mutex::Autolock autoLock(gLock);
63 Mutex::Autolock autoLock(gLock);
418 Mutex::Autolock autoLock(gLock);
/frameworks/av/camera/
H A DCameraBase.cpp83 Mutex gLock; member in namespace:android::__anon1
93 Mutex::Autolock _l(gLock);
110 Mutex::Autolock _l(gLock);
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp39 Mutex gLock; member in namespace:android::__anon983
49 Mutex::Autolock _l(gLock);
60 Mutex::Autolock _l(gLock);
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp35 Mutex AudioSystem::gLock; member in class:android::AudioSystem
50 Mutex::Autolock _l(gLock);
88 Mutex::Autolock _l(gLock);
475 Mutex::Autolock _l(AudioSystem::gLock);
693 Mutex::Autolock _l(gLock);
699 Mutex::Autolock _l(gLock);
705 Mutex::Autolock _l(gLock);
1050 Mutex::Autolock _l(gLock);
1312 Mutex::Autolock _l(AudioSystem::gLock);
1327 Mutex::Autolock _l(AudioSystem::gLock);
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h271 static Mutex gLock; member in class:android::AssetManager::SharedZip
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1360 Mutex AssetManager::SharedZip::gLock; member in class:AssetManager::SharedZip
1380 AutoMutex _l(gLock);
1402 AutoMutex _l(gLock);
1410 AutoMutex _l(gLock);
1432 AutoMutex _l(gLock);
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp278 Mutex gLock; member in namespace:__anon22
286 Mutex::Autolock _l(gLock);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp124 Mutex gLock; member in namespace:android
169 Mutex::Autolock _l(gLock);
468 Mutex::Autolock _l(gLock);
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp147 static Mutex gLock; variable
362 Mutex::Autolock l(gLock);
370 Mutex::Autolock l(gLock);
H A Dandroid_media_AudioSystem.cpp161 static Mutex gLock; variable
257 Mutex::Autolock l(gLock);
/frameworks/av/include/media/
H A DAudioSystem.h461 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, member in class:android::AudioSystem
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h461 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, member in class:android::AudioSystem
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp116 Mutex gLock; member in namespace:android
271 Mutex::Autolock _l(gLock);
1403 // with AudioSystem::gLock

Completed in 1208 milliseconds