Home
last modified time | relevance | path

Searched refs:PhysicalDeviceMap (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DHWLUtils.h42 PhysicalDeviceMap; typedef
43 typedef std::unique_ptr<PhysicalDeviceMap> PhysicalDeviceMapPtr;
H A DHWLUtils.cpp220 auto ret = std::make_unique<PhysicalDeviceMap>(); in ClonePhysicalDeviceMap()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedLogicalRequestState.h103 const PhysicalDeviceMap* physical_devices);
H A DEmulatedCameraProviderHWLImpl.cpp771 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in Initialize()
905 auto physical_devices = std::make_unique<PhysicalDeviceMap>(); in CreateCameraDeviceHwl()
H A DEmulatedLogicalRequestState.cpp333 const PhysicalDeviceMap* physical_devices) { in GetZoomRatioPhysicalCameraInfo()