Searched refs:EmulatedTorchState (Results 1 – 8 of 8) sorted by relevance
31 class EmulatedTorchState {33 EmulatedTorchState(uint32_t camera_id, HwlTorchModeStatusChangeFunc torch_cb) in EmulatedTorchState() function57 EmulatedTorchState(const EmulatedTorchState&) = delete;58 EmulatedTorchState& operator=(const EmulatedTorchState&) = delete;
27 status_t EmulatedTorchState::SetTorchMode(TorchMode mode) { in SetTorchMode()48 status_t EmulatedTorchState::TurnOnTorchWithStrengthLevel(int32_t torch_strength) { in TurnOnTorchWithStrengthLevel()69 void EmulatedTorchState::AcquireFlashHw() { in AcquireFlashHw()75 void EmulatedTorchState::ReleaseFlashHw() { in ReleaseFlashHw()81 int32_t EmulatedTorchState::GetTorchStrengthLevel() { in GetTorchStrengthLevel()86 void EmulatedTorchState::InitializeTorchDefaultLevel(int32_t default_level) { in InitializeTorchDefaultLevel()91 void EmulatedTorchState::InitializeSupportTorchStrengthLevel(bool is_torch_strength_control_support… in InitializeSupportTorchStrengthLevel()
48 std::shared_ptr<EmulatedTorchState> torch_state);95 std::shared_ptr<EmulatedTorchState> torch_state);111 std::shared_ptr<EmulatedTorchState> torch_state_;
84 std::shared_ptr<EmulatedTorchState> torch_state);195 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl()217 std::shared_ptr<EmulatedTorchState> torch_state_;
32 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()59 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceHwlImpl()
18 "EmulatedTorchState.cpp",
917 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl()928 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()
81 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()