HomeSort by relevance Sort by last modified time
    Searched full:watchdog (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /frameworks/rs/
rsContext.cpp 112 watchdog.inRoot = true;
114 watchdog.inRoot = false;
478 if (rsc->watchdog.command && rsc->watchdog.file) {
479 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
480 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
482 ALOGE("RS watchdog timeout: %i", rsc->watchdog.inRoot)
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 85 // Create a watchdog thread which just sets a timer and
88 // message loop. If the watchdog is what catches a
108 // Tell the watchdog that we are finished.
111 // Wait to join the watchdog thread. (up to 1s, then quit)
TestShell.h 133 // Access to the finished event. Used by the static WatchDog thread.
219 // Used by the watchdog to know when it's finished.
  /frameworks/av/services/audioflinger/
Android.mk 73 # uncomment to enable the audio watchdog
AudioWatchdog.cpp 34 fdprintf(fd, "Watchdog: underruns=%u, logs=%u, most recent underrun log at %s",
AudioWatchdog.h 17 // The watchdog thread runs periodically. It has two functions:
  /frameworks/base/core/java/android/app/
IActivityController.aidl 63 * The system process watchdog has detected that the system seems to be
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 56 * When WiFi is connected, the WiFi watchdog keeps sampling the RSSI and the
58 * the instant packet loss is higher than a threshold, the WiFi watchdog sends a
61 * While WiFi is being avoided, the WiFi watchdog keep watching the RSSI to
67 * multiple APs, the WiFi watchdog will detect that and keep watching the
286 /* WiFi watchdog state machine related */
347 // Watchdog is always enabled. Poor network detection can be seperately turned on/off
349 // watchdog in an enabled state
391 * Observes the watchdog on/off setting, and takes action when changed.
433 if (DBG) logd("Watchdog enabled " + ret);
465 if (DBG) logd("Updating wifi-watchdog secure settings")
    [all...]
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 121 ** Description Timeout thread of epilog watchdog timer
136 ** Description Launch epilog watchdog timer
165 ALOGE("Failed to fire epilog watchdog timer");
169 ALOGE("Failed to create epilog watchdog timer");
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 195 // Assert we are not running on WATCHDOG thread. Would be ideal to assert we
260 // Assert we are not running on WATCHDOG thread. Would be ideal to assert we
277 // Assert we are not running on WATCHDOG thread. Would be ideal to assert we
355 WatchDogThread::WatchDogThread() : Thread("WATCHDOG") {
thread_watcher.h 5 // This file defines a WatchDog thread that monitors the responsiveness of other
147 // Watched thread does nothing except post callback_task to the WATCHDOG
192 // use this during ping-pong messaging between WatchDog thread and watched
296 // They return true iff the watchdog thread existed and the task was posted.
  /external/netperf/
netcpu_osx.c 112 /* watchdog timers such as the udp stream test. We let these */
  /external/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java 83 Assert.assertTrue("Watchdog timed-out",
  /external/valgrind/main/helgrind/tests/
bar_bad.c 24 /* possibly set up a watchdog timer thread here. */
  /external/webkit/Source/WebKit2/Shared/
ChildProcess.cpp 85 // We use _exit here since the watchdog callback is called from another thread and we don't want
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 20 import android.cts.util.WatchDog;
51 private final WatchDog mWatchDog;
103 RenderCompletionListener listener, WatchDog watchDog) {
107 mWatchDog = watchDog;
  /external/chromium/chrome/browser/
jankometer.cc 17 #include "base/threading/watchdog.h"
56 // Provide a special watchdog to make it easy to set the breakpoint on this
58 class JankWatchdog : public base::Watchdog {
63 : Watchdog(duration, thread_watched_name, enabled),
74 Watchdog::Alarm();
  /external/bluetooth/bluedroid/main/
bte_main.c 303 ** Description Timeout thread of preload watchdog timer
331 ** Description Launch startup watchdog timer
365 APPL_TRACE_ERROR0("Failed to fire preload watchdog timer");
373 ** Description Stop preload watchdog timer
  /external/kernel-headers/original/asm-mips/ip32/
crime.h 89 volatile unsigned long watchdog; member in struct:sgi_crime
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 109 return AndroidRuntime::registerNativeMethods(env, "com/android/server/Watchdog",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 76 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 76 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 76 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */
  /frameworks/base/core/java/android/webkit/
WebCoreThreadWatchdog.java 39 // Watchdog that the WebCore thread is still processing messages
43 // This message is placed in the Watchdog's queue and removed when we
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 64 // How often our watchdog checks for callback timeouts
151 * Watchdog alarm receiver; responsible for making sure that downloads in progress are not
154 public static class Watchdog extends BroadcastReceiver {
162 }, "AttachmentDownloadService Watchdog").start();
409 * Watchdog for downloads; we use this in case we are hanging on a download, which might
435 Log.d(TAG, "Reschedule watchdog...");
475 Intent intent = new Intent(mContext, Watchdog.class);
487 * set our watchdog alarm
    [all...]

Completed in 1466 milliseconds

12 3 4 5 6 7