Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:torchState

1651     const char *torchState = enabled ? "on" : "off";
1652 ALOGI("Torch for camera id %s turned %s for client PID %d", id_cstr, torchState, clientPid);
1653 logTorchEvent(id_cstr, torchState , clientPid);
2138 void CameraService::logTorchEvent(const char* cameraId, const char *torchState, int clientPid) {
2141 torchState, clientPid));