HomeSort by relevance Sort by last modified time
    Searched refs:TIMED_OUT (Results 1 - 25 of 40) sorted by null

1 2

  /system/core/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
72 TIMED_OUT = 0x80000005,
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp 123 return TIMED_OUT;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.cpp 62 if(res == TIMED_OUT) return true;
CaptureSequencer.cpp 231 if (res == TIMED_OUT) break;
426 if (res == TIMED_OUT) {
550 if (res == TIMED_OUT) {
568 if (res == TIMED_OUT) {
654 if (res == TIMED_OUT) {
JpegProcessor.cpp 187 if (res == TIMED_OUT) return true;
CallbackProcessor.cpp 226 if (res == TIMED_OUT) return true;
  /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)
  /external/chromium/net/base/
net_error_list.h 44 NET_ERROR(TIMED_OUT, -7)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 51 TIMED_OUT = android::TIMED_OUT,
  /frameworks/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 91 } else if (res != TIMED_OUT) {
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 149 if (res != TIMED_OUT) {
153 // TIMED_OUT is expected
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 149 if (err == TIMED_OUT) {
304 EXPECT(err == TIMED_OUT,
314 CHECK_EQ(err, (status_t)TIMED_OUT);
409 CHECK_EQ(err, (status_t)TIMED_OUT);
417 CHECK_EQ(err, (status_t)TIMED_OUT);
  /external/chromium_org/net/base/
net_error_list.h 44 NET_ERROR(TIMED_OUT, -7)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 209 if (status.equals(CommandStatus.TIMED_OUT)) {
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 188 return TIMED_OUT;
Sensor.cpp 184 if (res != OK && res != TIMED_OUT) {
198 if (res == TIMED_OUT) {
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 120 if (err == TIMED_OUT) {
EventThread.cpp 276 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) {
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 118 TIMED_OUT, /* client timed out */
  /frameworks/native/libs/binder/
IPCThreadState.cpp 492 if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) {
500 if(result == TIMED_OUT && !isMain) {
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 897 if (res == TIMED_OUT) {
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 188 status = TIMED_OUT;
417 status = TIMED_OUT;
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 891 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
907 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
  /packages/services/Telephony/src/com/android/phone/
CallModeler.java     [all...]

Completed in 695 milliseconds

1 2