Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dbus_stats.rs15 pub(crate) enum BusOperation { enum
69 fn increment(&mut self, stat: BusOperation, start: Instant) { in increment()
161 stat: BusOperation, in end_stat()