/frameworks/base/telephony/java/android/telephony/ |
D | DisconnectCause.java | 54 public static final int TIMED_OUT = 13; field in DisconnectCause 246 case TIMED_OUT: in toString()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyExceptionUtils.java | 37 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/ |
D | CaptureSequencer.cpp | 246 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()
|
D | JpegProcessor.cpp | 226 if (res == TIMED_OUT) return true; in threadLoop()
|
D | CallbackProcessor.cpp | 228 if (res == TIMED_OUT) return true; in threadLoop()
|
/frameworks/native/libs/binder/ |
D | ProcessInfoService.cpp | 57 return TIMED_OUT; in getProcessStatesImpl()
|
D | IPCThreadState.cpp | 515 … 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/ |
D | OMXHarness.cpp | 153 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/ |
D | ADebug.h | 46 case TIMED_OUT: return "TIMED_OUT";
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 146 if (res != TIMED_OUT) { in threadLoop()
|
D | Camera3Stream.cpp | 472 if (res == TIMED_OUT) { in getBuffer() 568 if (res == TIMED_OUT) { in getInputBuffer()
|
D | Camera3Device.cpp | 1472 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/ |
D | FrameProcessorBase.cpp | 113 } else if (res != TIMED_OUT) { in threadLoop()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 1136 TIMED_OUT) { in recordingFrameHandleCallbackTimestamp() 1186 if (mFrameAvailableSignal.waitRelative(mLock, kFrameAvailableTimeout) == TIMED_OUT) { in threadLoop() 1212 TIMED_OUT) { in processBufferQueueFrame()
|
D | SimpleDecodingSource.cpp | 361 return TIMED_OUT; in doRead()
|
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 319 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) { in waitForEvent()
|
D | DispSync.cpp | 145 if (err == TIMED_OUT) { in threadLoop()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 896 } 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/ |
D | AudioTrackShared.cpp | 254 status = TIMED_OUT; in obtainBuffer() 476 status = TIMED_OUT; in waitStreamEndDone()
|
D | AudioRecord.cpp | 1073 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) { in processAudioBuffer()
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 767 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/ |
D | com_android_server_tv_TvInputHal.cpp | 193 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 264 ret = m_eventTriggered ? NO_ERROR : TIMED_OUT; in waitEvent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 1052 onError(DisconnectCause.TIMED_OUT); in onError()
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 1135 status = TIMED_OUT; in android_media_AudioSystem_listAudioPorts() 1366 status = TIMED_OUT; in android_media_AudioSystem_listAudioPatches()
|