Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp85 for (const auto& it : *physical_device_map_) { in Initialize()
109 ClonePhysicalDeviceMap(physical_device_map_)); in Initialize()
150 (physical_device_map_.get() != nullptr)) { in ConfigurePipeline()
151 if (physical_device_map_->find(physical_camera_id) == in ConfigurePipeline()
152 physical_device_map_->end()) { in ConfigurePipeline()
303 if ((physical_device_map_.get() == nullptr) || in GetPhysicalCameraIds()
304 (physical_device_map_->empty())) { in GetPhysicalCameraIds()
309 ret.reserve(physical_device_map_->size()); in GetPhysicalCameraIds()
310 for (const auto& it : *physical_device_map_) { in GetPhysicalCameraIds()
342 if (physical_device_map_.get() == nullptr) { in GetPhysicalCameraCharacteristics()
[all …]
DEmulatedCameraDeviceHWLImpl.cpp62 physical_device_map_(std::move(physical_devices)), in EmulatedCameraDeviceHwlImpl()
109 if (physical_device_map_.get() == nullptr) { in GetPhysicalCameraCharacteristics()
114 if (physical_device_map_->find(physical_camera_id) == in GetPhysicalCameraCharacteristics()
115 physical_device_map_->end()) { in GetPhysicalCameraCharacteristics()
122 physical_device_map_->at(physical_camera_id).second.get()); in GetPhysicalCameraCharacteristics()
150 camera_id_, std::move(meta), ClonePhysicalDeviceMap(physical_device_map_), in CreateCameraDeviceSessionHwl()
DEmulatedCameraDeviceSessionHWLImpl.h157 physical_device_map_(std::move(physical_devices)) { in EmulatedCameraDeviceSessionHwlImpl()
173 PhysicalDeviceMapPtr physical_device_map_; variable
DEmulatedLogicalRequestState.cpp40 physical_device_map_ = std::move(physical_devices); in Initialize()
47 for (const auto& it : *physical_device_map_) { in Initialize()
66 for (const auto& it : *physical_device_map_) { in Initialize()
DEmulatedLogicalRequestState.h57 PhysicalDeviceMapPtr physical_device_map_; variable
DEmulatedCameraDeviceHWLImpl.h84 PhysicalDeviceMapPtr physical_device_map_; variable