Home
last modified time | relevance | path

Searched refs:EmulatedTorchState (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedTorchState.h31 class EmulatedTorchState {
33 EmulatedTorchState(uint32_t camera_id, HwlTorchModeStatusChangeFunc torch_cb) in EmulatedTorchState() function
57 EmulatedTorchState(const EmulatedTorchState&) = delete;
58 EmulatedTorchState& operator=(const EmulatedTorchState&) = delete;
DEmulatedTorchState.cpp27 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()
DEmulatedCameraDeviceHWLImpl.h48 std::shared_ptr<EmulatedTorchState> torch_state);
95 std::shared_ptr<EmulatedTorchState> torch_state);
111 std::shared_ptr<EmulatedTorchState> torch_state_;
DEmulatedCameraDeviceSessionHWLImpl.h84 std::shared_ptr<EmulatedTorchState> torch_state);
195 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl()
217 std::shared_ptr<EmulatedTorchState> torch_state_;
DEmulatedCameraDeviceHWLImpl.cpp32 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()
59 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceHwlImpl()
DAndroid.bp18 "EmulatedTorchState.cpp",
DEmulatedCameraProviderHWLImpl.cpp917 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl()
928 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()
DEmulatedCameraDeviceSessionHWLImpl.cpp81 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()