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);
421 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::__anon772
49 Mutex::Autolock _l(gLock);
60 Mutex::Autolock _l(gLock);
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp37 Mutex AudioSystem::gLock; member in class:android::AudioSystem
51 Mutex::Autolock _l(gLock);
91 Mutex::Autolock _l(gLock);
503 Mutex::Autolock _l(AudioSystem::gLock);
721 Mutex::Autolock _l(gLock);
727 Mutex::Autolock _l(gLock);
733 Mutex::Autolock _l(gLock);
1075 Mutex::Autolock _l(gLock);
1362 Mutex::Autolock _l(AudioSystem::gLock);
1377 Mutex::Autolock _l(AudioSystem::gLock);
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h293 static Mutex gLock; member in class:android::AssetManager::SharedZip
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1417 Mutex AssetManager::SharedZip::gLock; member in class:AssetManager::SharedZip
1452 AutoMutex _l(gLock);
1478 AutoMutex _l(gLock);
1486 AutoMutex _l(gLock);
1508 AutoMutex _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.cpp172 static Mutex gLock; variable
268 Mutex::Autolock l(gLock);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp125 Mutex gLock; member in namespace:android
170 Mutex::Autolock _l(gLock);
470 Mutex::Autolock _l(gLock);
/frameworks/av/include/media/
H A DAudioSystem.h471 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, member in class:android::AudioSystem
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h471 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, member in class:android::AudioSystem
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp280 Mutex gLock; member in namespace:__anon22
288 Mutex::Autolock _l(gLock);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp118 Mutex gLock; member in namespace:android
276 Mutex::Autolock _l(gLock);
1463 // with AudioSystem::gLock

Completed in 821 milliseconds