Home
last modified time | relevance | path

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

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