Searched refs:WatchdogThread (Results 1 – 2 of 2) sorted by relevance
26 SystemdWatchdog::SystemdWatchdog() : mThread(std::bind(&SystemdWatchdog::WatchdogThread, this)) {} in SystemdWatchdog()28 void SystemdWatchdog::WatchdogThread() { in WatchdogThread() function in android::automotive::agl::utils::SystemdWatchdog
34 void WatchdogThread();