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

  /system/core/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
72 TIMED_OUT = 0x80000005,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 47 TIMED_OUT, /* client timed out */
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 276 private static final Object TIMED_OUT = new Object();
332 * TIMED_OUT if timed and timed out
391 return TIMED_OUT;
425 * TIMED_OUT if timed and timed out
483 v = timed && ns <= 0L && !t.isInterrupted() ? TIMED_OUT : null;
598 if (v == TIMED_OUT)
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 118 TIMED_OUT, /* client timed out */
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 51 TIMED_OUT = android::TIMED_OUT,
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 238 milliseconds