Searched refs:torchState (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1679 const char *torchState = enabled ? "on" : "off"; in setTorchMode() local 1680 ALOGI("Torch for camera id %s turned %s for client PID %d", id_cstr, torchState, clientPid); in setTorchMode() 1681 logTorchEvent(id_cstr, torchState , clientPid); in setTorchMode() 2179 void CameraService::logTorchEvent(const char* cameraId, const char *torchState, int clientPid) { in logTorchEvent() argument 2182 torchState, clientPid)); in logTorchEvent()
|
D | CameraService.h | 767 void logTorchEvent(const char* cameraId, const char *torchState, int clientPid);
|