Searched refs:gLock (Results 1 - 15 of 15) 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/radio/
H A DRadio.cpp39 Mutex gLock; member in namespace:android::__anon976
49 Mutex::Autolock _l(gLock);
60 Mutex::Autolock _l(gLock);
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp39 Mutex gLock; member in namespace:android::__anon1022
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);
671 Mutex::Autolock _l(gLock);
677 Mutex::Autolock _l(gLock);
683 Mutex::Autolock _l(gLock);
1028 Mutex::Autolock _l(gLock);
1283 Mutex::Autolock _l(AudioSystem::gLock);
1298 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.cpp276 Mutex gLock; member in namespace:__anon23
284 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_Radio.cpp124 static Mutex gLock; variable
142 Mutex::Autolock l(gLock);
149 Mutex::Autolock l(gLock);
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.h457 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, member in class:android::AudioSystem
/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h457 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, member in class:android::AudioSystem
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp117 Mutex gLock; member in namespace:android
271 Mutex::Autolock _l(gLock);
1412 // with AudioSystem::gLock

Completed in 241 milliseconds