Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dwatchdog.cpp37 static unsigned int g_watchdog_timeout_seconds; variable
57 LOG(INFO) << "adb watchdog armed, triggering in " << g_watchdog_timeout_seconds in UpdateWatchdog()
59 alarm(g_watchdog_timeout_seconds); in UpdateWatchdog()
119 if (!android::base::ParseUint(value, &g_watchdog_timeout_seconds)) { in Initialize()
120 g_watchdog_timeout_seconds = kDefaultAdbWatchdogTimeoutSeconds; in Initialize()
124 LOG(INFO) << "adb watchdog timeout set to " << g_watchdog_timeout_seconds << " seconds"; in Initialize()