Searched refs:physical_devices (Results 1 – 8 of 8) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedLogicalRequestState.cpp | 39 PhysicalDeviceMapPtr physical_devices) { in Initialize() argument 40 if ((physical_devices.get() != nullptr) && (!physical_devices->empty())) { in Initialize() 42 static_meta.get(), physical_devices.get()); in Initialize() 44 physical_device_map_ = std::move(physical_devices); in Initialize() 189 PhysicalDeviceMapPtr physical_devices) { in AdaptLogicalCharacteristics() argument 190 if ((logical_chars.get() == nullptr) || (physical_devices.get() == nullptr)) { in AdaptLogicalCharacteristics() 204 physical_devices.get()); in AdaptLogicalCharacteristics() 207 for (const auto& physical_device : *physical_devices) { in AdaptLogicalCharacteristics() 229 int32_t default_physical_id = physical_devices->begin()->first; in AdaptLogicalCharacteristics() 333 const PhysicalDeviceMap* physical_devices) { in GetZoomRatioPhysicalCameraInfo() argument [all …]
|
D | EmulatedCameraDeviceHWLImpl.cpp | 31 PhysicalDeviceMapPtr physical_devices, in Create() argument 35 std::move(physical_devices), in Create() 58 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceHwlImpl() argument 62 physical_device_map_(std::move(physical_devices)), in EmulatedCameraDeviceHwlImpl()
|
D | EmulatedLogicalRequestState.h | 78 PhysicalDeviceMapPtr physical_devices); 103 const PhysicalDeviceMap* physical_devices);
|
D | EmulatedCameraDeviceSessionHWLImpl.h | 82 PhysicalDeviceMapPtr physical_devices, 190 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceSessionHwlImpl() argument 193 physical_device_map_(std::move(physical_devices)) { in EmulatedCameraDeviceSessionHwlImpl()
|
D | EmulatedCameraProviderHWLImpl.cpp | 771 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in Initialize() local 773 physical_devices->emplace( in Initialize() 781 std::move(physical_devices)); in Initialize() 905 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in CreateCameraDeviceHwl() local 907 physical_devices->emplace( in CreateCameraDeviceHwl() 912 camera_id, std::move(meta), std::move(physical_devices), torch_state); in CreateCameraDeviceHwl()
|
D | EmulatedRequestProcessor.h | 64 PhysicalDeviceMapPtr physical_devices);
|
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 77 PhysicalDeviceMapPtr physical_devices, in Create() argument 85 new EmulatedCameraDeviceSessionHwlImpl(std::move(physical_devices), in Create()
|
D | EmulatedRequestProcessor.cpp | 495 PhysicalDeviceMapPtr physical_devices) { in Initialize() argument 498 std::move(physical_devices)); in Initialize()
|