Home
last modified time | relevance | path

Searched refs:physical_device_map_ (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraDeviceHWLImpl.cpp62 physical_device_map_(std::move(physical_devices)), in EmulatedCameraDeviceHwlImpl()
84 for (const auto& it : *physical_device_map_) { in Initialize()
131 if (physical_device_map_.get() == nullptr) { in GetPhysicalCameraCharacteristics()
136 if (physical_device_map_->find(physical_camera_id) == in GetPhysicalCameraCharacteristics()
137 physical_device_map_->end()) { in GetPhysicalCameraCharacteristics()
144 physical_device_map_->at(physical_camera_id).second.get()); in GetPhysicalCameraCharacteristics()
172 camera_id_, std::move(meta), ClonePhysicalDeviceMap(physical_device_map_), in CreateCameraDeviceSessionHwl()
H A DEmulatedCameraDeviceSessionHWLImpl.cpp170 for (const auto& it : *physical_device_map_) { in Initialize()
210 ClonePhysicalDeviceMap(physical_device_map_)); in InitializeRequestProcessor()
254 (physical_device_map_.get() != nullptr)) { in ConfigurePipeline()
256 physical_device_map_->end()) { in ConfigurePipeline()
443 if ((physical_device_map_.get() == nullptr) || in GetPhysicalCameraIds()
444 (physical_device_map_->empty())) { in GetPhysicalCameraIds()
449 ret.reserve(physical_device_map_->size()); in GetPhysicalCameraIds()
450 for (const auto& it : *physical_device_map_) { in GetPhysicalCameraIds()
482 if (physical_device_map_.get() == nullptr) { in GetPhysicalCameraCharacteristics()
488 if (physical_device_map_->find(physical_camera_id) == in GetPhysicalCameraCharacteristics()
[all …]
H A DEmulatedCameraDeviceSessionHWLImpl.h193 physical_device_map_(std::move(physical_devices)) { in EmulatedCameraDeviceSessionHwlImpl()
213 PhysicalDeviceMapPtr physical_device_map_; variable
H A DEmulatedCameraDeviceHWLImpl.h87 PhysicalDeviceMapPtr physical_device_map_; variable
H A DEmulatedLogicalRequestState.h91 PhysicalDeviceMapPtr physical_device_map_; variable
H A DEmulatedLogicalRequestState.cpp44 physical_device_map_ = std::move(physical_devices); in Initialize()
59 for (const auto& it : *physical_device_map_) { in Initialize()