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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.cpp62 if(res == TIMED_OUT) return true;
H A DCaptureSequencer.cpp231 if (res == TIMED_OUT) break;
426 if (res == TIMED_OUT) {
550 if (res == TIMED_OUT) {
568 if (res == TIMED_OUT) {
654 if (res == TIMED_OUT) {
H A DJpegProcessor.cpp187 if (res == TIMED_OUT) return true;
H A DCallbackProcessor.cpp226 if (res == TIMED_OUT) return true;
H A DZslProcessor.cpp405 if (res == TIMED_OUT) return true;
H A DStreamingProcessor.cpp596 if (res == TIMED_OUT) return true;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java47 TIMED_OUT, /* client timed out */ enum constant in enum:Connection.DisconnectCause
/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp91 } else if (res != TIMED_OUT) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp149 if (res != TIMED_OUT) {
153 // TIMED_OUT is expected
H A DCamera3Device.cpp1007 if (res == TIMED_OUT) {
2091 if (res == TIMED_OUT || exitPending()) {
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp149 if (err == TIMED_OUT) {
304 EXPECT(err == TIMED_OUT,
314 CHECK_EQ(err, (status_t)TIMED_OUT);
409 CHECK_EQ(err, (status_t)TIMED_OUT);
417 CHECK_EQ(err, (status_t)TIMED_OUT);
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp120 if (err == TIMED_OUT) {
H A DEventThread.cpp276 if (mCondition.waitRelative(mLock, timeout) == TIMED_OUT) {
H A DSurfaceFlinger.cpp1888 ALOGW_IF(err == TIMED_OUT, "setTransactionState timed out "
1941 ALOGW_IF(err == TIMED_OUT, "setTransactionState timed out!");
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp492 if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) {
500 if(result == TIMED_OUT && !isMain) {
1119 result = TIMED_OUT;
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp188 status = TIMED_OUT;
417 status = TIMED_OUT;
H A DAudioTrack.cpp1445 case TIMED_OUT:
1551 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR ||
H A DAudioRecord.cpp850 if (err == TIMED_OUT || err == WOULD_BLOCK || err == -EINTR) {
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp891 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
907 } else if (status != TIMED_OUT && status != WOULD_BLOCK) {
/frameworks/native/libs/gui/
H A DGLConsumer.cpp695 return TIMED_OUT;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java1027 onError(Connection.DisconnectCause.TIMED_OUT);
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp430 return TIMED_OUT;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1736 if (res == TIMED_OUT) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp338 status = TIMED_OUT;

Completed in 4670 milliseconds