Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp322 mTorchEnabled(false) { in CameraHardwareInterfaceFlashControl()
333 if (mTorchEnabled) { in ~CameraHardwareInterfaceFlashControl()
370 mTorchEnabled = false; in setTorchMode()
380 mTorchEnabled = true; in setTorchMode()
DCameraFlashlight.h170 bool mTorchEnabled; variable