Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/
H A Dtimer.rs28 fn reset_repeating(&mut self, dur: Duration) -> Result<()>; in reset_repeating() method
175 fn reset_repeating(&mut self, dur: Duration) -> Result<()> { in reset_repeating() method
/aosp_15_r20/external/crosvm/base/src/sys/macos/
H A Dtimer.rs46 fn reset_repeating(&mut self, interval: Duration) -> Result<()> { in reset_repeating() method
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dtimer.rs42 pub fn reset_repeating(&mut self, dur: Duration) -> SysResult<()> { in reset_repeating() method
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dtimer.rs128 fn reset_repeating(&mut self, interval: Duration) -> Result<()> { in reset_repeating() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dtimer.rs83 fn reset_repeating(&mut self, dur: Duration) -> Result<()> { in reset_repeating() method