/aosp14/system/core/libutils/include/utils/ |
H A D | Errors.h | 61 TIMED_OUT = -ETIMEDOUT, enumerator 67 TIMED_OUT = (UNKNOWN_ERROR + 5),
|
/aosp14/system/core/trusty/stats/test/ |
H A D | stats_test.cpp | 104 return TIMED_OUT; in getVendorAtom() 245 ASSERT_THAT(status, ::testing::AnyOf(NO_ERROR, TIMED_OUT)); in TEST_F() 246 if (status == TIMED_OUT) { in TEST_F() 323 ASSERT_THAT(status, ::testing::AnyOf(NO_ERROR, TIMED_OUT)); in TEST_F() 324 if (status == TIMED_OUT) { in TEST_F()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | DisconnectCause.java | 59 public static final int TIMED_OUT = 13; field in DisconnectCause 411 case TIMED_OUT: in toString()
|
H A D | Annotation.java | 519 DisconnectCause.TIMED_OUT,
|
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | types.h | 39 TIMED_OUT = -110, // -ETIMEDOUT enumerator
|
/aosp14/system/core/libutils/ |
H A D | Errors.cpp | 41 STATUS_CASE(TIMED_OUT); in statusToString()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/anr/ |
H A D | AnrLatencyTracker.java | 55 EarlyDumpStatus.TIMED_OUT 63 int TIMED_OUT = 4; field 317 mEarlyDumpStatus = EarlyDumpStatus.TIMED_OUT; in dumpStackTracesTempFileTimedOut()
|
/aosp14/frameworks/base/services/core/jni/tvinput/ |
H A D | BufferProducerThread.cpp | 109 if (err != NO_ERROR && err != TIMED_OUT) { in threadLoop()
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | NotSoSecureInput.cpp | 147 case InputResponse::TIMED_OUT: in handleEvent()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | CanvasContext.cpp | 483 if (err != TIMED_OUT) { in prepareTree() 646 if (error == TIMED_OUT) { in draw()
|
H A D | EglManager.cpp | 750 return TIMED_OUT; in createReleaseFence()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_media_AudioSystem.cpp | 1629 status = TIMED_OUT; in android_media_AudioSystem_listAudioPorts() 1854 status = TIMED_OUT; in android_media_AudioSystem_listAudioPatches()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 920 case InputEventInjectionResult.TIMED_OUT: in injectInputEventToTarget()
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 2623 "name" : "android::TIMED_OUT"
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 2627 "name" : "android::TIMED_OUT"
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36536 Landroid/os/IncidentMetadata$SectionStats;->TIMED_OUT:J 53588 Landroid/telephony/DisconnectCause;->TIMED_OUT:I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 44721 field public static final int TIMED_OUT = 13; // 0xd
|