Home
last modified time | relevance | path

Searched refs:trigger_callback_with_timeout (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dshm_streams.rs365 pub fn trigger_callback_with_timeout(&mut self, timeout: Duration) -> bool { in trigger_callback_with_timeout() method
546 assert!(stream.trigger_callback_with_timeout(Duration::from_secs(1))); in mock_trigger_callback()