Home
last modified time | relevance | path

Searched refs:physical_devices (Results 1 – 8 of 8) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedLogicalRequestState.cpp39 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 …]
DEmulatedCameraDeviceHWLImpl.cpp31 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()
DEmulatedLogicalRequestState.h78 PhysicalDeviceMapPtr physical_devices);
103 const PhysicalDeviceMap* physical_devices);
DEmulatedCameraDeviceSessionHWLImpl.h82 PhysicalDeviceMapPtr physical_devices,
190 PhysicalDeviceMapPtr physical_devices, in EmulatedCameraDeviceSessionHwlImpl() argument
193 physical_device_map_(std::move(physical_devices)) { in EmulatedCameraDeviceSessionHwlImpl()
DEmulatedCameraProviderHWLImpl.cpp771 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()
DEmulatedRequestProcessor.h64 PhysicalDeviceMapPtr physical_devices);
DEmulatedCameraDeviceSessionHWLImpl.cpp77 PhysicalDeviceMapPtr physical_devices, in Create() argument
85 new EmulatedCameraDeviceSessionHwlImpl(std::move(physical_devices), in Create()
DEmulatedRequestProcessor.cpp495 PhysicalDeviceMapPtr physical_devices) { in Initialize() argument
498 std::move(physical_devices)); in Initialize()