Home
last modified time | relevance | path

Searched refs:torch_state (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceHWLImpl.cpp32 std::shared_ptr<EmulatedTorchState> torch_state) { in Create() argument
36 torch_state)); in Create()
59 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceHwlImpl() argument
63 torch_state_(torch_state) {} in EmulatedCameraDeviceHwlImpl()
DEmulatedCameraDeviceSessionHWLImpl.h84 std::shared_ptr<EmulatedTorchState> torch_state);
195 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl() argument
196 : torch_state_(torch_state), in EmulatedCameraDeviceSessionHwlImpl()
DEmulatedCameraDeviceHWLImpl.h48 std::shared_ptr<EmulatedTorchState> torch_state);
95 std::shared_ptr<EmulatedTorchState> torch_state);
DEmulatedCameraProviderHWLImpl.cpp917 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl() local
928 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()
938 camera_id, std::move(meta), std::move(physical_devices), torch_state); in CreateCameraDeviceHwl()
DEmulatedCameraDeviceSessionHWLImpl.cpp81 std::shared_ptr<EmulatedTorchState> torch_state) { in Create() argument
89 torch_state)); in Create()