/frameworks/av/radio/ |
D | Radio.cpp | 39 Mutex gLock; variable 49 Mutex::Autolock _l(gLock); in binderDied() 60 Mutex::Autolock _l(gLock); in getRadioService()
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 42 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/ |
D | CameraBase.cpp | 83 Mutex gLock; variable 93 Mutex::Autolock _l(gLock); in binderDied() 110 Mutex::Autolock _l(gLock); in getCameraService()
|
/frameworks/av/soundtrigger/ |
D | SoundTrigger.cpp | 39 Mutex gLock; variable 49 Mutex::Autolock _l(gLock); in binderDied() 60 Mutex::Autolock _l(gLock); in getSoundTriggerHwService()
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 35 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() 671 Mutex::Autolock _l(gLock); in setErrorCallback() 677 Mutex::Autolock _l(gLock); in setDynPolicyCallback() 683 Mutex::Autolock _l(gLock); in setRecordConfigCallback() 1028 Mutex::Autolock _l(gLock); in clearAudioConfigCache() 1283 Mutex::Autolock _l(AudioSystem::gLock); in onDynamicPolicyMixStateUpdate() 1298 Mutex::Autolock _l(AudioSystem::gLock); in onRecordingConfigurationUpdate()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 1360 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/ |
D | AssetManager.h | 271 static Mutex gLock; variable
|
/frameworks/av/media/libstagefright/foundation/ |
D | AMessage.cpp | 124 Mutex gLock; variable 169 Mutex::Autolock _l(gLock); in findItemIndex() 468 Mutex::Autolock _l(gLock); in dup()
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 124 static Mutex gLock; variable 142 Mutex::Autolock l(gLock); in getRadio() 149 Mutex::Autolock l(gLock); in setRadio()
|
D | android_hardware_SoundTrigger.cpp | 147 static Mutex gLock; variable 362 Mutex::Autolock l(gLock); in getSoundTrigger() 370 Mutex::Autolock l(gLock); in setSoundTrigger()
|
D | android_media_AudioSystem.cpp | 161 static Mutex gLock; variable 257 Mutex::Autolock l(gLock); in setJniCallback()
|
/frameworks/av/camera/tests/ |
D | CameraBinderTests.cpp | 276 Mutex gLock; variable 284 Mutex::Autolock _l(gLock); in binderDied()
|
/frameworks/av/include/media/ |
D | AudioSystem.h | 457 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioSystem.h | 457 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback, variable
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 117 Mutex gLock; variable 271 Mutex::Autolock _l(gLock); in openMmapStream()
|