Home
last modified time | relevance | path

Searched defs:DeviceStatistics (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/
H A Dbus_stats.rs55 struct DeviceStatistics { struct
66 impl DeviceStatistics { argument
92 fn merge(&mut self, other: &DeviceStatistics) { in merge()