HomeSort by relevance Sort by last modified time
    Searched refs:MONITOR (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/
Watchdog.java 51 /** This class calls its monitor every minute. Killing this process if they don't return **/
62 static final int MONITOR = 2718;
87 final ArrayList<Monitor> mMonitors = new ArrayList<Monitor>();
94 Monitor mCurrentMonitor;
119 * Used for scheduling monitor callbacks and checking memory usage.
129 case MONITOR: {
145 mCurrentMonitor.monitor();
183 public interface Monitor {
184 void monitor(); method in interface:Watchdog.Monitor
    [all...]
  /external/grub/netboot/
tlan.c 912 #ifdef MONITOR
961 /* Setup a new monitor */
965 #endif /* MONITOR */
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2014 milliseconds