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

1 2

  /system/core/include/utils/
Errors.h 66 TIMED_OUT = -ETIMEDOUT,
72 TIMED_OUT = (UNKNOWN_ERROR + 5),
  /hardware/ti/omap4-aah/libtiutils/
Status.h 53 TI_CAMERA_DEFINE_STATUS_CODE(TIMED_OUT)
ErrorUtils.cpp 124 return TIMED_OUT;
  /frameworks/base/telephony/java/android/telephony/
DisconnectCause.java 54 public static final int TIMED_OUT = 13;
233 case TIMED_OUT:
234 return "TIMED_OUT";
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java 45 public static final int TIMED_OUT = -110;
117 case TIMED_OUT:
  /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 232 if (res == TIMED_OUT) break;
435 if (res == TIMED_OUT) {
566 if (res == TIMED_OUT) {
584 if (res == TIMED_OUT) {
673 if (res == TIMED_OUT) {
JpegProcessor.cpp 199 if (res == TIMED_OUT) return true;
CallbackProcessor.cpp 228 if (res == TIMED_OUT) return true;
  /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)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 51 TIMED_OUT = android::TIMED_OUT,
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 146 if (res != TIMED_OUT) {
150 // TIMED_OUT is expected
Camera3Stream.cpp 258 if (res == TIMED_OUT) {
314 if (res == TIMED_OUT) {
  /packages/services/Telephony/src/com/android/services/telephony/
DisconnectCauseUtil.java 118 case android.telephony.DisconnectCause.TIMED_OUT:
161 case android.telephony.DisconnectCause.TIMED_OUT:
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 151 if (err == TIMED_OUT) {
307 EXPECT(err == TIMED_OUT,
317 CHECK_EQ(err, (status_t)TIMED_OUT);
412 CHECK_EQ(err, (status_t)TIMED_OUT);
420 CHECK_EQ(err, (status_t)TIMED_OUT);
  /external/chromium_org/net/base/
net_error_list.h 44 NET_ERROR(TIMED_OUT, -7)
  /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/av/services/camera/libcameraservice/common/
FrameProcessorBase.cpp 113 } else if (res != TIMED_OUT) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 222 if (status.equals(CommandStatus.TIMED_OUT)) {
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 310 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) {
DispSync.cpp 112 if (err == TIMED_OUT) {
  /frameworks/native/libs/binder/
IPCThreadState.cpp 491 if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) {
499 if(result == TIMED_OUT && !isMain) {
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 895 if (res == TIMED_OUT) {
    [all...]

Completed in 1064 milliseconds

1 2