Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp388 Mutex::Autolock al(mTorchStatusMutex); in addStates()
401 Mutex::Autolock al(mTorchStatusMutex); in removeStates()
559 Mutex::Autolock al(mTorchStatusMutex); in onTorchStatusChanged()
2003 Mutex::Autolock al(mTorchStatusMutex); in setTorchMode()
2409 Mutex::Autolock al(mTorchStatusMutex); in addListenerHelper()
4213 Mutex::Autolock al(mTorchStatusMutex); in updateStatus()
H A DCameraService.h1049 Mutex mTorchStatusMutex; variable