Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/
DDisconnectCause.java54 public static final int TIMED_OUT = 13; field in DisconnectCause
246 case TIMED_OUT: in toString()
/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/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp246 if (res == TIMED_OUT) break; in manageIdle()
450 if (res == TIMED_OUT) { in manageStandardPrecaptureWait()
597 if (res == TIMED_OUT) { in manageStandardCaptureWait()
618 if (res == TIMED_OUT) { in manageStandardCaptureWait()
627 if (res == TIMED_OUT) { in manageStandardCaptureWait()
DJpegProcessor.cpp226 if (res == TIMED_OUT) return true; in threadLoop()
DCallbackProcessor.cpp228 if (res == TIMED_OUT) return true; in threadLoop()
/frameworks/native/libs/binder/
DProcessInfoService.cpp57 return TIMED_OUT; in getProcessStatesImpl()
DIPCThreadState.cpp515 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()
523 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
1162 result = TIMED_OUT; in executeCommand()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp153 if (err == TIMED_OUT) { in dequeueMessageForNodeIgnoringBuffers()
286 EXPECT(err == TIMED_OUT, in testStateTransitions()
296 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
391 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
399 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
/frameworks/av/include/media/stagefright/foundation/
DADebug.h46 case TIMED_OUT: return "TIMED_OUT";
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp146 if (res != TIMED_OUT) { in threadLoop()
DCamera3Stream.cpp472 if (res == TIMED_OUT) { in getBuffer()
568 if (res == TIMED_OUT) { in getInputBuffer()
DCamera3Device.cpp1472 if (res == TIMED_OUT) { in waitForNextFrame()
3023 if (res == TIMED_OUT) { in threadLoop()
3227 return TIMED_OUT; in prepareHalRequests()
3498 if (res == TIMED_OUT || exitPending()) { in waitIfPaused()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp113 } else if (res != TIMED_OUT) { in threadLoop()
/frameworks/av/media/libstagefright/
DCameraSource.cpp1136 TIMED_OUT) { in recordingFrameHandleCallbackTimestamp()
1186 if (mFrameAvailableSignal.waitRelative(mLock, kFrameAvailableTimeout) == TIMED_OUT) { in threadLoop()
1212 TIMED_OUT) { in processBufferQueueFrame()
DSimpleDecodingSource.cpp361 return TIMED_OUT; in doRead()
/frameworks/native/services/surfaceflinger/
DEventThread.cpp319 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) { in waitForEvent()
DDispSync.cpp145 if (err == TIMED_OUT) { in threadLoop()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp896 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()
912 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp254 status = TIMED_OUT; in obtainBuffer()
476 status = TIMED_OUT; in waitStreamEndDone()
DAudioRecord.cpp1073 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) { in processAudioBuffer()
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp767 ASSERT_EQ(TIMED_OUT, mProducer->dequeueBuffer(&slot, &fence, 0, 0, 0, 0)); in TEST_F()
773 ASSERT_EQ(TIMED_OUT, mProducer->attachBuffer(&slot, buffer)); in TEST_F()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp193 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp264 ret = m_eventTriggered ? NO_ERROR : TIMED_OUT; in waitEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java1052 onError(DisconnectCause.TIMED_OUT); in onError()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1135 status = TIMED_OUT; in android_media_AudioSystem_listAudioPorts()
1366 status = TIMED_OUT; in android_media_AudioSystem_listAudioPatches()

12