Searched refs:TIMED_OUT (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyExceptionUtils.java37 public static final int TIMED_OUT = -ETIMEDOUT; field in class:LegacyExceptionUtils
106 } else if (errorFlag == TIMED_OUT) {
/frameworks/base/telephony/java/android/telephony/
H A DDisconnectCause.java54 public static final int TIMED_OUT = 13; field in class:DisconnectCause
293 case TIMED_OUT:
294 return "TIMED_OUT";
/frameworks/native/libs/binder/
H A DProcessInfoService.cpp57 return TIMED_OUT;
91 return TIMED_OUT;
H A DIPCThreadState.cpp505 if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) {
513 if(result == TIMED_OUT && !isMain) {
1131 result = TIMED_OUT;
/frameworks/native/cmds/lshal/
H A DTimeout.h91 return Status::fromStatusT(TIMED_OUT);
/frameworks/av/media/libstagefright/codec2/include/
H A DC2.h118 TIMED_OUT = -ETIMEDOUT, enumerator in enum:android::__anon441
137 C2_TIMED_OUT = TIMED_OUT, ///< operation did not complete within timeout
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp246 if (res == TIMED_OUT) break;
450 if (res == TIMED_OUT) {
597 if (res == TIMED_OUT) {
618 if (res == TIMED_OUT) {
627 if (res == TIMED_OUT) {
H A DJpegProcessor.cpp231 if (res == TIMED_OUT) return true;
H A DCallbackProcessor.cpp228 if (res == TIMED_OUT) return true;
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h46 case TIMED_OUT: return "TIMED_OUT";
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DADebug.h46 case TIMED_OUT: return "TIMED_OUT";
/frameworks/av/media/libstagefright/include/foundation/
H A DADebug.h46 case TIMED_OUT: return "TIMED_OUT";
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp146 if (res != TIMED_OUT) {
150 // TIMED_OUT is expected
H A DCamera3Stream.cpp469 if (res == TIMED_OUT) {
565 if (res == TIMED_OUT) {
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp185 if (err == TIMED_OUT) {
336 EXPECT(err == TIMED_OUT,
346 CHECK_EQ(err, (status_t)TIMED_OUT);
441 CHECK_EQ(err, (status_t)TIMED_OUT);
449 CHECK_EQ(err, (status_t)TIMED_OUT);
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp112 } else if (res != TIMED_OUT) {
/frameworks/native/libs/sensor/
H A DSensorManager.cpp123 return TIMED_OUT;
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp1200 TIMED_OUT) {
1249 TIMED_OUT) {
1306 if (mFrameAvailableSignal.waitRelative(mLock, kFrameAvailableTimeout) == TIMED_OUT) {
1332 TIMED_OUT) {
H A DSimpleDecodingSource.cpp377 return TIMED_OUT;
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp322 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) {
H A DDispSync.cpp141 if (err == TIMED_OUT) {
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp910 if (err == TIMED_OUT || err == -EINTR) {
1092 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) {
H A DAudioTrackShared.cpp254 status = TIMED_OUT;
476 status = TIMED_OUT;
H A DAudioTrack.cpp1784 if (err == TIMED_OUT || err == -EINTR) {
1954 case TIMED_OUT:
2082 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR ||
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp896 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
912 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {

Completed in 2405 milliseconds

12