Searched defs:TIMED_OUT (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DErrors.h66 TIMED_OUT = -ETIMEDOUT, enumerator in enum:android::__anon1429
72 TIMED_OUT = 0x80000005,
/frameworks/base/core/java/android/webkit/
H A DWebCoreThreadWatchdog.java46 private static final int TIMED_OUT = 101; field in class:WebCoreThreadWatchdog
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/
H A DConnection.java47 TIMED_OUT, /* client timed out */ enum constant in enum:Connection.DisconnectCause

Completed in 112 milliseconds