Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.rs74 fn update_overdue_and_find_next_timeout(&mut self) -> (bool, Option<Duration>) { in update_overdue_and_find_next_timeout() method
266 let (has_overdue, next_timeout) = state.update_overdue_and_find_next_timeout(); in spawn_thread()