Searched refs:watchDog (Results 1 – 2 of 2) sorted by relevance
1137 WatchDogThread watchDog = new WatchDogThread("handleEnable", WATCHDOG_MS); in initializeHw() local1138 watchDog.start(); in initializeHw()1197 watchDog.cancel(); in initializeHw()1205 WatchDogThread watchDog = new WatchDogThread("handleDisable", WATCHDOG_MS); in deInitializeHw() local1206 watchDog.start(); in deInitializeHw()1240 watchDog.cancel(); in deInitializeHw()
1260 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS); in enableInternal() local1261 watchDog.start(); in enableInternal()1291 watchDog.cancel(); in enableInternal()1385 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS); in disableInternal() local1386 watchDog.start(); in disableInternal()1430 watchDog.cancel(); in disableInternal()3338 WatchDogThread watchDog = new WatchDogThread("applyRouting", ROUTING_WATCHDOG_MS); in applyRouting() local3358 watchDog.start(); in applyRouting()3373 watchDog.cancel(); in applyRouting()