/frameworks/base/telephony/java/android/telephony/ |
D | DisconnectCause.java | 54 public static final int TIMED_OUT = 13; field in DisconnectCause 233 case TIMED_OUT: in toString()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | CameraBinderDecorator.java | 45 public static final int TIMED_OUT = -110; field in CameraBinderDecorator 117 case TIMED_OUT: in throwOnError()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 232 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()
|
D | BurstCapture.cpp | 62 if(res == TIMED_OUT) return true; in threadLoop()
|
D | JpegProcessor.cpp | 199 if (res == TIMED_OUT) return true; in threadLoop()
|
D | CallbackProcessor.cpp | 228 if (res == TIMED_OUT) return true; in threadLoop()
|
D | ZslProcessor.cpp | 421 if (res == TIMED_OUT) return true; in threadLoop()
|
D | StreamingProcessor.cpp | 656 if (res == TIMED_OUT) return true; in threadLoop()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 151 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/ |
D | StatusTracker.cpp | 146 if (res != TIMED_OUT) { in threadLoop()
|
D | Camera3Stream.cpp | 258 if (res == TIMED_OUT) { in getBuffer() 314 if (res == TIMED_OUT) { in getInputBuffer()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | FrameProcessorBase.cpp | 113 } else if (res != TIMED_OUT) { in threadLoop()
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 491 … 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/ |
D | EventThread.cpp | 310 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) { in waitForEvent()
|
D | DispSync.cpp | 112 if (err == TIMED_OUT) { in threadLoop()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 891 } 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/ |
D | AudioTrackShared.cpp | 201 status = TIMED_OUT; in obtainBuffer() 438 status = TIMED_OUT; in waitStreamEndDone()
|
D | AudioTrack.cpp | 1640 case TIMED_OUT: in processAudioBuffer() 1751 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR || in processAudioBuffer()
|
D | AudioRecord.cpp | 911 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) { in processAudioBuffer()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvInputHal.cpp | 193 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 955 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/ |
D | SipPhone.java | 1032 onError(DisconnectCause.TIMED_OUT); in onError()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 681 return TIMED_OUT; in syncForReleaseLocked()
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyService.cpp | 760 command->mStatus = TIMED_OUT; in sendCommand()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 960 return DisconnectCause.TIMED_OUT; in getDisconnectCauseFromReasonInfo()
|