/frameworks/native/libs/input/android/os/ |
D | InputEventInjectionResult.aidl | 39 TIMED_OUT = 3, enumConstant 42 ftl_last=TIMED_OUT,
|
/frameworks/native/libs/binder/trusty/ |
D | TrustyStatus.cpp | 42 return TIMED_OUT; in statusFromTrusty() 94 case TIMED_OUT: in statusToTrusty()
|
/frameworks/av/media/codec2/vndk/ |
D | types.cpp | 57 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/ |
D | types.cpp | 49 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/ |
D | ProcessInfoService.cpp | 57 return TIMED_OUT; in getProcessStatesImpl() 91 return TIMED_OUT; in getProcessStatesScoresImpl()
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_aidl_status_tests.cpp | 43 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()
|
D | audio_test_utils.cpp | 45 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()
|
D | audiorecord_tests.cpp | 145 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/ |
D | DisconnectCause.java | 62 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/ |
D | Status.aidl | 42 TIMED_OUT = 5, enumConstant
|
/frameworks/hardware/interfaces/cameraservice/common/aidl/android/frameworks/cameraservice/common/ |
D | Status.aidl | 50 TIMED_OUT = 5, enumConstant
|
/frameworks/hardware/interfaces/cameraservice/common/aidl/aidl_api/android.frameworks.cameraservice.common/current/android/frameworks/cameraservice/common/ |
D | Status.aidl | 42 TIMED_OUT = 5, enumConstant
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | types.h | 39 TIMED_OUT = -110, // -ETIMEDOUT enumerator
|
/frameworks/native/libs/binder/rust/sys/ |
D | BinderBindings.hpp | 48 TIMED_OUT = STATUS_TIMED_OUT, enumerator
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 270 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/ |
D | Timeout.h | 54 return Status::fromStatusT(TIMED_OUT); in timeoutIPC()
|
/frameworks/base/core/java/com/android/internal/os/anr/ |
D | AnrLatencyTracker.java | 56 EarlyDumpStatus.TIMED_OUT 64 int TIMED_OUT = 4; field 318 mEarlyDumpStatus = EarlyDumpStatus.TIMED_OUT; in dumpStackTracesTempFileTimedOut()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 179 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/ |
D | dumpsys.cpp | 289 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/ |
D | ADebug.h | 46 case TIMED_OUT: return "TIMED_OUT";
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 116 case ::android::TIMED_OUT: in PruneStatusT()
|
/frameworks/base/services/core/jni/tvinput/ |
D | BufferProducerThread.cpp | 109 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
|
/frameworks/av/media/libstagefright/tests/ |
D | BatteryChecker_test.cpp | 76 EXPECT_NE(TIMED_OUT, mDone.waitRelative(mLock, timeoutUs * 1000ll)); in runTest()
|
/frameworks/native/libs/nativewindow/tests/ |
D | ANativeWindowTest.cpp | 166 EXPECT_EQ(TIMED_OUT, dequeueResult); in TEST_F()
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 53 TIMED_OUT = 5,
|