Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp354 mTorchEnabled(false), in CameraDeviceClientFlashControl()
370 if (mTorchEnabled) { in ~CameraDeviceClientFlashControl()
617 mTorchEnabled = false; in setTorchMode()
635 mTorchEnabled = true; in setTorchMode()
652 mTorchEnabled(false) { in CameraHardwareInterfaceFlashControl()
664 if (mTorchEnabled) { in ~CameraHardwareInterfaceFlashControl()
702 mTorchEnabled = false; in setTorchMode()
713 mTorchEnabled = true; in setTorchMode()
DCameraFlashlight.h157 bool mTorchEnabled; variable
217 bool mTorchEnabled; variable