Home
last modified time | relevance | path

Searched defs:torchState (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3093 std::string torchState = enabled ? "on" : "off"; in setTorchMode() local
3910 void CameraService::logTorchEvent(const std::string &cameraId, const std::string &torchState, in logTorchEvent()