Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedTorchState.h30 class EmulatedTorchState {
32 EmulatedTorchState(uint32_t camera_id, HwlTorchModeStatusChangeFunc torch_cb) in EmulatedTorchState() function
47 EmulatedTorchState(const EmulatedTorchState&) = delete;
48 EmulatedTorchState& operator=(const EmulatedTorchState&) = delete;
H A DEmulatedTorchState.cpp27 status_t EmulatedTorchState::SetTorchMode(TorchMode mode) { in SetTorchMode()
42 void EmulatedTorchState::AcquireFlashHw() { in AcquireFlashHw()
48 void EmulatedTorchState::ReleaseFlashHw() { in ReleaseFlashHw()
H A DEmulatedCameraDeviceHWLImpl.h43 std::shared_ptr<EmulatedTorchState> torch_state);
76 std::shared_ptr<EmulatedTorchState> torch_state);
88 std::shared_ptr<EmulatedTorchState> torch_state_;
H A DEmulatedCameraDeviceSessionHWLImpl.h83 std::shared_ptr<EmulatedTorchState> torch_state);
191 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl()
212 std::shared_ptr<EmulatedTorchState> torch_state_;
H A DEmulatedCameraDeviceHWLImpl.cpp32 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()
59 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceHwlImpl()
H A DAndroid.bp25 "EmulatedTorchState.cpp",
H A DEmulatedCameraProviderHWLImpl.cpp891 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl()
902 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()
H A DEmulatedCameraDeviceSessionHWLImpl.cpp78 std::shared_ptr<EmulatedTorchState> torch_state) { in Create()