Searched refs:physicalDeviceInfoMap (Results 1 – 3 of 3) sorted by relevance
64 const std::unordered_map<std::string, CameraMetadata>& physicalDeviceInfoMap, in Camera3OfflineStates()82 mPhysicalDeviceInfoMap(physicalDeviceInfoMap), in Camera3OfflineStates()
156 const std::unordered_map<std::string, CameraMetadata>& physicalDeviceInfoMap; member
359 states.physicalDeviceInfoMap.at(cameraId8.c_str()), in sendCaptureResult()567 auto deviceInfo = states.physicalDeviceInfoMap.find(physicalId); in processCaptureResult()568 if (deviceInfo != states.physicalDeviceInfoMap.end()) { in processCaptureResult()