Home
last modified time | relevance | path

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

/system/memory/lmkd/
Dwatchdog.h30 Watchdog(int timeout, void (*callback)()) : in Watchdog() function
/system/security/keystore2/watchdog/src/
Dlib.rs193 pub struct Watchdog { struct
194 state: Arc<(Condvar, Mutex<WatchdogState>)>, argument
197 impl Watchdog { impl
/system/core/trusty/storage/proxy/
Dwatchdog.cpp88 class Watchdog { class
94 Watchdog() : watcher_(), done_(false) {} in Watchdog() function in __anon3792ae600111::Watchdog