Home
last modified time | relevance | path

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

1234

/frameworks/native/libs/input/android/os/
DInputEventInjectionResult.aidl39 TIMED_OUT = 3, enumConstant
42 ftl_last=TIMED_OUT,
/frameworks/native/libs/binder/trusty/
DTrustyStatus.cpp42 return TIMED_OUT; in statusFromTrusty()
94 case TIMED_OUT: in statusToTrusty()
/frameworks/av/media/codec2/vndk/
Dtypes.cpp57 case TIMED_OUT: in b2h()
58 *to = HStatus::TIMED_OUT; break; in b2h()
96 case HStatus::TIMED_OUT: in h2b()
97 *to = TIMED_OUT; break; in h2b()
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp49 case TIMED_OUT: in b2h()
50 *to = HStatus::TIMED_OUT; break; in b2h()
89 case HStatus::TIMED_OUT: in h2b()
90 *to = TIMED_OUT; break; in h2b()
/frameworks/native/libs/binder/
DProcessInfoService.cpp57 return TIMED_OUT; in getProcessStatesImpl()
91 return TIMED_OUT; in getProcessStatesScoresImpl()
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_status_tests.cpp43 NOT_ENOUGH_DATA, WOULD_BLOCK, TIMED_OUT, UNKNOWN_TRANSACTION, FDS_NOT_ALLOWED}) { in TEST()
73 NOT_ENOUGH_DATA, WOULD_BLOCK, TIMED_OUT, UNKNOWN_TRANSACTION, FDS_NOT_ALLOWED}) { in TEST()
Daudio_test_utils.cpp45 return TIMED_OUT; in waitForAudioDeviceCb()
177 if (counter == maxTries) return TIMED_OUT; in fillBuffer()
217 if (!mStopPlaying && counter == maxTries) return TIMED_OUT; in waitForConsumption()
522 if (counter == maxTries) return TIMED_OUT; in obtainBuffer()
543 if (!mStopRecording && counter == maxTries) return TIMED_OUT; in obtainBufferCb()
571 status = TIMED_OUT; in listAudioPorts()
630 status = TIMED_OUT; in listAudioPatches()
Daudiorecord_tests.cpp145 EXPECT_EQ(status, TIMED_OUT) << "Not expecting any callbacks until track sends Sync event"; in TEST_F()
163 EXPECT_EQ(status, TIMED_OUT) << "Not expecting any callbacks until track sends Sync event"; in TEST_F()
/frameworks/base/telephony/java/android/telephony/
DDisconnectCause.java62 public static final int TIMED_OUT = 13; field in DisconnectCause
414 case TIMED_OUT: in toString()
/frameworks/hardware/interfaces/cameraservice/common/aidl/aidl_api/android.frameworks.cameraservice.common/1/android/frameworks/cameraservice/common/
DStatus.aidl42 TIMED_OUT = 5, enumConstant
/frameworks/hardware/interfaces/cameraservice/common/aidl/android/frameworks/cameraservice/common/
DStatus.aidl50 TIMED_OUT = 5, enumConstant
/frameworks/hardware/interfaces/cameraservice/common/aidl/aidl_api/android.frameworks.cameraservice.common/current/android/frameworks/cameraservice/common/
DStatus.aidl42 TIMED_OUT = 5, enumConstant
/frameworks/base/services/core/jni/BroadcastRadio/
Dtypes.h39 TIMED_OUT = -110, // -ETIMEDOUT enumerator
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp48 TIMED_OUT = STATUS_TIMED_OUT, enumerator
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp270 if (res == TIMED_OUT) break; in manageIdle()
474 if (res == TIMED_OUT) { in manageStandardPrecaptureWait()
623 if (res == TIMED_OUT) { in manageStandardCaptureWait()
644 if (res == TIMED_OUT) { in manageStandardCaptureWait()
653 if (res == TIMED_OUT) { in manageStandardCaptureWait()
/frameworks/native/cmds/lshal/
DTimeout.h54 return Status::fromStatusT(TIMED_OUT); in timeoutIPC()
/frameworks/base/core/java/com/android/internal/os/anr/
DAnrLatencyTracker.java56 EarlyDumpStatus.TIMED_OUT
64 int TIMED_OUT = 4; field
318 mEarlyDumpStatus = EarlyDumpStatus.TIMED_OUT; in dumpStackTracesTempFileTimedOut()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp179 if (err == TIMED_OUT) { in dequeueMessageForNodeIgnoringBuffers()
333 EXPECT(err == TIMED_OUT, in testStateTransitions()
343 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
438 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
446 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp289 if (status == TIMED_OUT) { in main()
519 status = TIMED_OUT; in writeDump()
544 if ((status == TIMED_OUT) && (!asProto)) { in writeDump()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DADebug.h46 case TIMED_OUT: return "TIMED_OUT";
/frameworks/native/libs/binder/ndk/
Dstatus.cpp116 case ::android::TIMED_OUT: in PruneStatusT()
/frameworks/base/services/core/jni/tvinput/
DBufferProducerThread.cpp109 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
/frameworks/av/media/libstagefright/tests/
DBatteryChecker_test.cpp76 EXPECT_NE(TIMED_OUT, mDone.waitRelative(mLock, timeoutUs * 1000ll)); in runTest()
/frameworks/native/libs/nativewindow/tests/
DANativeWindowTest.cpp166 EXPECT_EQ(TIMED_OUT, dequeueResult); in TEST_F()
/frameworks/hardware/interfaces/cameraservice/common/2.0/
Dtypes.hal53 TIMED_OUT = 5,

1234