Home
last modified time | relevance | path

Searched refs:TIMED_OUT (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/av/media/codec2/vndk/
Dtypes.cpp57 case TIMED_OUT: in b2h()
58 *to = HStatus::TIMED_OUT; break; in b2h()
96 case HStatus::TIMED_OUT: in h2b()
97 *to = TIMED_OUT; break; in h2b()
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp49 case TIMED_OUT: in b2h()
50 *to = HStatus::TIMED_OUT; break; in b2h()
89 case HStatus::TIMED_OUT: in h2b()
90 *to = TIMED_OUT; break; in h2b()
/frameworks/native/libs/binder/
DProcessInfoService.cpp57 return TIMED_OUT; in getProcessStatesImpl()
91 return TIMED_OUT; in getProcessStatesScoresImpl()
DIPCThreadState.cpp598 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()
605 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
1278 result = TIMED_OUT; in executeCommand()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyExceptionUtils.java37 public static final int TIMED_OUT = -ETIMEDOUT; field in LegacyExceptionUtils
106 } else if (errorFlag == TIMED_OUT) { in throwOnServiceError()
/frameworks/base/telephony/java/android/telephony/
DDisconnectCause.java59 public static final int TIMED_OUT = 13; field in DisconnectCause
400 case TIMED_OUT: in toString()
/frameworks/base/services/core/jni/BroadcastRadio/
Dtypes.h39 TIMED_OUT = -110, // -ETIMEDOUT enumerator
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp269 if (res == TIMED_OUT) break; in manageIdle()
473 if (res == TIMED_OUT) { in manageStandardPrecaptureWait()
622 if (res == TIMED_OUT) { in manageStandardCaptureWait()
643 if (res == TIMED_OUT) { in manageStandardCaptureWait()
652 if (res == TIMED_OUT) { in manageStandardCaptureWait()
DJpegProcessor.cpp208 if (res == TIMED_OUT) return true; in threadLoop()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp179 if (err == TIMED_OUT) { in dequeueMessageForNodeIgnoringBuffers()
322 EXPECT(err == TIMED_OUT, in testStateTransitions()
332 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
427 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
435 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp266 if (status == TIMED_OUT) { in main()
431 status = TIMED_OUT; in writeDump()
456 if ((status == TIMED_OUT) && (!asProto)) { in writeDump()
/frameworks/av/media/utils/
DTimeCheck.cpp102 status_t status = TIMED_OUT; in threadLoop()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h46 case TIMED_OUT: return "TIMED_OUT";
/frameworks/native/libs/binder/ndk/
Dstatus.cpp114 case ::android::TIMED_OUT: in PruneStatusT()
/frameworks/native/cmds/lshal/
DTimeout.h94 return Status::fromStatusT(TIMED_OUT); in timeoutIPC()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp146 if (res != TIMED_OUT) { in threadLoop()
DCamera3Stream.cpp623 if (res == TIMED_OUT) { in getBuffer()
735 if (res == TIMED_OUT) { in getInputBuffer()
/frameworks/av/media/libstagefright/tests/
DBatteryChecker_test.cpp76 EXPECT_NE(TIMED_OUT, mDone.waitRelative(mLock, timeoutUs * 1000ll)); in runTest()
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal53 TIMED_OUT = 5,
/frameworks/av/media/libstagefright/
DCameraSource.cpp1238 TIMED_OUT) { in recordingFrameHandleCallbackTimestamp()
1287 TIMED_OUT) { in recordingFrameHandleCallbackTimestampBatch()
1344 if (mFrameAvailableSignal.waitRelative(mLock, kFrameAvailableTimeout) == TIMED_OUT) { in threadLoop()
1370 TIMED_OUT) { in processBufferQueueFrame()
DSimpleDecodingSource.cpp403 return TIMED_OUT; in doRead()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp127 } else if (res != TIMED_OUT) { in threadLoop()
/frameworks/native/libs/sensor/
DSensorManager.cpp124 return TIMED_OUT; in waitForSensorService()
/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h231 case Status::TIMED_OUT: in toStatusT()
287 case TIMED_OUT: in toStatus()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp903 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()
919 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()

123