Searched refs:EmulatedTorchState (Results 1 – 8 of 8) sorted by relevance
30 class EmulatedTorchState {32 EmulatedTorchState(uint32_t camera_id, HwlTorchModeStatusChangeFunc torch_cb) in EmulatedTorchState() function47 EmulatedTorchState(const EmulatedTorchState&) = delete;48 EmulatedTorchState& operator=(const EmulatedTorchState&) = delete;
27 status_t EmulatedTorchState::SetTorchMode(TorchMode mode) { in SetTorchMode()42 void EmulatedTorchState::AcquireFlashHw() { in AcquireFlashHw()48 void EmulatedTorchState::ReleaseFlashHw() { in ReleaseFlashHw()
43 std::shared_ptr<EmulatedTorchState> torch_state);76 std::shared_ptr<EmulatedTorchState> torch_state);88 std::shared_ptr<EmulatedTorchState> torch_state_;
83 std::shared_ptr<EmulatedTorchState> torch_state);191 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl()212 std::shared_ptr<EmulatedTorchState> torch_state_;
32 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()59 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceHwlImpl()
25 "EmulatedTorchState.cpp",
891 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl()902 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()
78 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()