Home
last modified time | relevance | path

Searched refs:torch_state (Results 1 – 4 of 4) 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.h83 std::shared_ptr<EmulatedTorchState> torch_state);
191 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl() argument
192 : torch_state_(torch_state), in EmulatedCameraDeviceSessionHwlImpl()
DEmulatedCameraDeviceSessionHWLImpl.cpp78 std::shared_ptr<EmulatedTorchState> torch_state) { in Create() argument
86 torch_state)); in Create()
DEmulatedCameraProviderHWLImpl.cpp891 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl() local
902 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()
912 camera_id, std::move(meta), std::move(physical_devices), torch_state); in CreateCameraDeviceHwl()