Home | History | Annotate | Download | only in nfc

Lines Matching defs:watchDog

162     // Time to wait for NFC controller to initialize before watchdog
167 // Time to wait for routing to be applied before watchdog
721 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
722 watchDog.start();
735 watchDog.cancel();
772 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
773 watchDog.start();
808 // Stop watchdog if tag present
809 // A convenient way to stop the watchdog properly consists of
819 watchDog.cancel();
1806 Watchdog thread interruped.");
1809 Log.e(TAG, "Watchdog triggered, aborting.");
1845 WatchDogThread watchDog = new WatchDogThread("applyRouting", ROUTING_WATCHDOG_MS);
1857 watchDog.start();
1948 watchDog.cancel();