Searched refs:torch_cb_ (Results 1 – 4 of 4) sorted by relevance
42 torch_cb_(camera_id_, (mode == TorchMode::kOn) in SetTorchMode()61 torch_cb_(camera_id_, TorchModeStatus::kAvailableOn); in TurnOnTorchWithStrengthLevel()72 torch_cb_(camera_id_, TorchModeStatus::kNotAvailable); in AcquireFlashHw()78 torch_cb_(camera_id_, TorchModeStatus::kAvailableOff); in ReleaseFlashHw()
34 : camera_id_(camera_id), torch_cb_(torch_cb) { in EmulatedTorchState()50 HwlTorchModeStatusChangeFunc torch_cb_; variable
90 HwlTorchModeStatusChangeFunc torch_cb_; variable
832 torch_cb_ = callback.torch_mode_status_change; in SetCallback()928 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()