HomeSort by relevance Sort by last modified time
    Searched defs:TIMED_OUT (Results 1 - 6 of 6) sorted by null

  /frameworks/native/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
72 TIMED_OUT = 0x80000005,
  /system/core/libpixelflinger/tinyutils/
Errors.h 53 TIMED_OUT = -ETIME,
  /frameworks/base/core/java/android/webkit/
WebCoreThreadWatchdog.java 46 private static final int TIMED_OUT = 101;
120 mHandler.removeMessages(TIMED_OUT);
140 mHandler.sendMessageDelayed(mHandler.obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
156 removeMessages(TIMED_OUT);
157 sendMessageDelayed(obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
165 case TIMED_OUT:
197 sendMessageDelayed(obtainMessage(TIMED_OUT),
220 mHandler.sendMessageDelayed(mHandler.obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
256 // we need to do is post another TIMED_OUT so that the
260 mWatchdogHandler.obtainMessage(TIMED_OUT),
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 47 TIMED_OUT, /* client timed out */
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 51 TIMED_OUT = android::TIMED_OUT,
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 438 milliseconds