Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp232 std::map<DeviceId, MetricsDeviceInfo> newDeviceInfos; in onInputDevicesChanged() local
239 newDeviceInfos.emplace(info.getId(), in onInputDevicesChanged()
252 if (newDeviceInfos.count(deviceId) != 0) { in onInputDevicesChanged()
258 std::swap(newDeviceInfos, mLoggedDeviceInfos); in onInputDevicesChanged()