Searched refs:physical_device (Results 1 – 2 of 2) sorted by relevance
738 for (const auto& physical_device : camera_id_map_[logical_id]) { in Initialize() local740 physical_device.second, std::make_pair(physical_device.first, in Initialize()742 static_metadata_[physical_device.second].get()))); in Initialize()803 for (const auto& physical_device : one_map.second) { in NotifyPhysicalCameraUnavailable() local804 if (physical_device.first != CameraDeviceStatus::kNotPresent) { in NotifyPhysicalCameraUnavailable()809 uint32_t physical_camera_id = physical_device.second; in NotifyPhysicalCameraUnavailable()872 for (const auto& physical_device : camera_id_map_[camera_id]) { in CreateCameraDeviceHwl() local874 physical_device.second, std::make_pair(physical_device.first, in CreateCameraDeviceHwl()875 HalCameraMetadata::Clone(static_metadata_[physical_device.second].get()))); in CreateCameraDeviceHwl()
218 for (const auto& physical_device : *physical_devices) { in AdaptLogicalCharacteristics()219 auto physical_id = std::to_string(physical_device.first); in AdaptLogicalCharacteristics()223 auto ret = physical_device.second.second->Get( in AdaptLogicalCharacteristics()