Home
last modified time | relevance | path

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

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