Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dbus_stats.rs22 struct DeviceStatisticsIdentifier { struct
33 impl DeviceStatisticsIdentifier { argument
34 fn new(name: String, id: u32, base: u64, len: u64) -> DeviceStatisticsIdentifier { in new()