/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/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/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 | 56 TIMED_OUT, in TEST() 104 TIMED_OUT, in TEST()
|
/frameworks/base/telephony/java/android/telephony/ |
D | DisconnectCause.java | 59 public static final int TIMED_OUT = 13; field in DisconnectCause 406 case TIMED_OUT: in toString()
|
/frameworks/native/libs/input/android/os/ |
D | InputEventInjectionResult.aidl | 39 TIMED_OUT = 3, 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 | 269 if (res == TIMED_OUT) break; in manageIdle() 473 if (res == TIMED_OUT) { in manageStandardPrecaptureWait() 622 if (res == TIMED_OUT) { in manageStandardCaptureWait() 643 if (res == TIMED_OUT) { in manageStandardCaptureWait() 652 if (res == TIMED_OUT) { in manageStandardCaptureWait()
|
D | JpegProcessor.cpp | 216 if (res == TIMED_OUT) return true; in threadLoop()
|
/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/libs/binder/rust/src/ |
D | error.rs | 62 e if e == StatusCode::TIMED_OUT as i32 => StatusCode::TIMED_OUT, in parse_status_code()
|
/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/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ADebug.h | 46 case TIMED_OUT: return "TIMED_OUT";
|
/frameworks/native/cmds/lshal/ |
D | Timeout.h | 94 return Status::fromStatusT(TIMED_OUT); in timeoutIPC()
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 118 case ::android::TIMED_OUT: in PruneStatusT()
|
/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/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 165 if (res != TIMED_OUT) { in threadLoop()
|
D | Camera3Stream.cpp | 689 if (res == TIMED_OUT) { in getBuffer() 818 if (res == TIMED_OUT) { in getInputBuffer() 1094 if (res == TIMED_OUT) { in getBuffers()
|
D | Camera3OfflineSession.cpp | 167 return TIMED_OUT; in waitForNextFrame()
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 53 TIMED_OUT = 5,
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | FrameProcessorBase.cpp | 128 } else if (res != TIMED_OUT) { in threadLoop()
|
/frameworks/av/media/libstagefright/ |
D | FrameCaptureLayer.cpp | 226 return TIMED_OUT; in acquireBuffer()
|
/frameworks/native/libs/sensor/ |
D | SensorManager.cpp | 135 return TIMED_OUT; in waitForSensorService()
|