Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dpit.rs398 struct PitCounter { struct
418 // Note that once a PitCounter is created, this value should never change. argument
439 impl Drop for PitCounter { argument
461 impl PitCounter { implementation
466 ) -> PitResult<PitCounter> { in new()