Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2087 const char *torchState = enabled ? "on" : "off"; in setTorchMode() local
2791 void CameraService::logTorchEvent(const char* cameraId, const char *torchState, int clientPid) { in logTorchEvent()