Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp231 if (res == TIMED_OUT) break; in manageIdle()
426 if (res == TIMED_OUT) { in manageStandardPrecaptureWait()
550 if (res == TIMED_OUT) { in manageStandardCaptureWait()
568 if (res == TIMED_OUT) { in manageStandardCaptureWait()
654 if (res == TIMED_OUT) { in manageBurstCaptureWait()
DBurstCapture.cpp62 if(res == TIMED_OUT) return true; in threadLoop()
DJpegProcessor.cpp187 if (res == TIMED_OUT) return true; in threadLoop()
DCallbackProcessor.cpp226 if (res == TIMED_OUT) return true; in threadLoop()
DZslProcessor.cpp405 if (res == TIMED_OUT) return true; in threadLoop()
DStreamingProcessor.cpp596 if (res == TIMED_OUT) return true; in threadLoop()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp149 if (err == TIMED_OUT) { in dequeueMessageForNodeIgnoringBuffers()
304 EXPECT(err == TIMED_OUT, in testStateTransitions()
314 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
409 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
417 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java47 TIMED_OUT, /* client timed out */ enumConstant
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.cpp149 if (res != TIMED_OUT) { in threadLoop()
DCamera3Device.cpp1018 if (res == TIMED_OUT) { in waitForNextFrame()
2331 if (res == TIMED_OUT || exitPending()) { in waitIfPaused()
/frameworks/av/services/camera/libcameraservice/common/
DFrameProcessorBase.cpp91 } else if (res != TIMED_OUT) { in threadLoop()
/frameworks/native/libs/binder/
DIPCThreadState.cpp492 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool()
500 if(result == TIMED_OUT && !isMain) { in joinThreadPool()
1119 result = TIMED_OUT; in executeCommand()
/frameworks/native/services/surfaceflinger/
DEventThread.cpp276 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) { in waitForEvent()
DDispSync.cpp120 if (err == TIMED_OUT) { in threadLoop()
DSurfaceFlinger.cpp1888 ALOGW_IF(err == TIMED_OUT, "setTransactionState timed out " in setTransactionState()
1941 ALOGW_IF(err == TIMED_OUT, "setTransactionState timed out!"); in setTransactionState()
/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.cpp188 status = TIMED_OUT; in obtainBuffer()
417 status = TIMED_OUT; in waitStreamEndDone()
DAudioTrack.cpp1484 case TIMED_OUT: in processAudioBuffer()
1594 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR || in processAudioBuffer()
DAudioRecord.cpp850 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) { in processAudioBuffer()
/frameworks/native/libs/gui/
DGLConsumer.cpp695 return TIMED_OUT; in syncForReleaseLocked()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java1027 onError(Connection.DisconnectCause.TIMED_OUT); in onError()
/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp430 return TIMED_OUT; in waitUntilDrained()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1761 if (res == TIMED_OUT) { in syncWithDevice()
/frameworks/av/services/audioflinger/
DThreads.cpp339 status = TIMED_OUT; in setParameters()