Home
last modified time | relevance | path

Searched refs:mTorchStatusMutex (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp490 Mutex::Autolock al(mTorchStatusMutex); in addStates()
503 Mutex::Autolock al(mTorchStatusMutex); in removeStates()
662 Mutex::Autolock al(mTorchStatusMutex); in onTorchStatusChanged()
668 Mutex::Autolock al(mTorchStatusMutex); in onTorchStatusChanged()
2873 Mutex::Autolock al(mTorchStatusMutex); in turnOnTorchWithStrengthLevel()
3009 Mutex::Autolock al(mTorchStatusMutex); in setTorchMode()
3479 Mutex::Autolock al(mTorchStatusMutex); in addListenerHelper()
5690 Mutex::Autolock al(mTorchStatusMutex); in updateStatus()
DCameraService.h1336 Mutex mTorchStatusMutex; variable