Home
last modified time | relevance | path

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

12

/frameworks/base/telephony/java/android/telephony/
DDisconnectCause.java54 public static final int TIMED_OUT = 13; field in DisconnectCause
233 case TIMED_OUT: in toString()
/frameworks/base/core/java/android/hardware/camera2/utils/
DCameraBinderDecorator.java45 public static final int TIMED_OUT = -110; field in CameraBinderDecorator
117 case TIMED_OUT: in throwOnError()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp232 if (res == TIMED_OUT) break; in manageIdle()
435 if (res == TIMED_OUT) { in manageStandardPrecaptureWait()
566 if (res == TIMED_OUT) { in manageStandardCaptureWait()
584 if (res == TIMED_OUT) { in manageStandardCaptureWait()
673 if (res == TIMED_OUT) { in manageBurstCaptureWait()
DBurstCapture.cpp62 if(res == TIMED_OUT) return true; in threadLoop()
DJpegProcessor.cpp199 if (res == TIMED_OUT) return true; in threadLoop()
DCallbackProcessor.cpp228 if (res == TIMED_OUT) return true; in threadLoop()
DZslProcessor.cpp421 if (res == TIMED_OUT) return true; in threadLoop()
DStreamingProcessor.cpp656 if (res == TIMED_OUT) return true; in threadLoop()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp151 if (err == TIMED_OUT) { in dequeueMessageForNodeIgnoringBuffers()
307 EXPECT(err == TIMED_OUT, in testStateTransitions()
317 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
412 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
420 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp146 if (res != TIMED_OUT) { in threadLoop()
DCamera3Stream.cpp258 if (res == TIMED_OUT) { in getBuffer()
314 if (res == TIMED_OUT) { in getInputBuffer()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp113 } else if (res != TIMED_OUT) { in threadLoop()
/frameworks/native/libs/binder/
DIPCThreadState.cpp491 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()
499 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
1130 result = TIMED_OUT; in executeCommand()
/frameworks/native/services/surfaceflinger/
DEventThread.cpp310 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) { in waitForEvent()
DDispSync.cpp112 if (err == TIMED_OUT) { in threadLoop()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp891 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()
907 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp201 status = TIMED_OUT; in obtainBuffer()
438 status = TIMED_OUT; in waitStreamEndDone()
DAudioTrack.cpp1640 case TIMED_OUT: in processAudioBuffer()
1751 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR || in processAudioBuffer()
DAudioRecord.cpp911 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) { in processAudioBuffer()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp193 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp955 status = TIMED_OUT; in android_media_AudioSystem_listAudioPorts()
1182 status = TIMED_OUT; in android_media_AudioSystem_listAudioPatches()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java1032 onError(DisconnectCause.TIMED_OUT); in onError()
/frameworks/native/libs/gui/
DGLConsumer.cpp681 return TIMED_OUT; in syncForReleaseLocked()
/frameworks/av/services/audiopolicy/
DAudioPolicyService.cpp760 command->mStatus = TIMED_OUT; in sendCommand()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java960 return DisconnectCause.TIMED_OUT; in getDisconnectCauseFromReasonInfo()

12