Home
last modified time | relevance | path

Searched refs:physical_device (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedLogicalRequestState.cpp207 for (const auto& physical_device : *physical_devices) { in AdaptLogicalCharacteristics()
208 auto physical_id = std::to_string(physical_device.first); in AdaptLogicalCharacteristics()
355 for (const auto& physical_device : *physical_devices) { in GetZoomRatioPhysicalCameraInfo()
356 ret = physical_device.second.second->Get( in GetZoomRatioPhysicalCameraInfo()
360 ret = physical_device.second.second->Get( in GetZoomRatioPhysicalCameraInfo()
364 ret = physical_device.second.second->Get( in GetZoomRatioPhysicalCameraInfo()
374 physical_device.first}); in GetZoomRatioPhysicalCameraInfo()
DEmulatedCameraProviderHWLImpl.cpp772 for (const auto& physical_device : camera_id_map_[logical_id]) { in Initialize() local
774 physical_device.second, std::make_pair(physical_device.first, in Initialize()
776 static_metadata_[physical_device.second].get()))); in Initialize()
837 for (const auto& physical_device : one_map.second) { in NotifyPhysicalCameraUnavailable() local
838 if (physical_device.first != CameraDeviceStatus::kNotPresent) { in NotifyPhysicalCameraUnavailable()
843 uint32_t physical_camera_id = physical_device.second; in NotifyPhysicalCameraUnavailable()
906 for (const auto& physical_device : camera_id_map_[camera_id]) { in CreateCameraDeviceHwl() local
908 physical_device.second, std::make_pair(physical_device.first, in CreateCameraDeviceHwl()
909 HalCameraMetadata::Clone(static_metadata_[physical_device.second].get()))); in CreateCameraDeviceHwl()