/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()
|
D | IPCThreadState.cpp | 598 … if (result < NO_ERROR && result != TIMED_OUT && result != -ECONNREFUSED && result != -EBADF) { in joinThreadPool() 605 if(result == TIMED_OUT && !isMain) { in joinThreadPool() 1278 result = TIMED_OUT; in executeCommand()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyExceptionUtils.java | 37 public static final int TIMED_OUT = -ETIMEDOUT; field in LegacyExceptionUtils 106 } else if (errorFlag == TIMED_OUT) { in throwOnServiceError()
|
/frameworks/base/telephony/java/android/telephony/ |
D | DisconnectCause.java | 59 public static final int TIMED_OUT = 13; field in DisconnectCause 400 case TIMED_OUT: in toString()
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | types.h | 39 TIMED_OUT = -110, // -ETIMEDOUT 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 | 208 if (res == TIMED_OUT) return true; in threadLoop()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 179 if (err == TIMED_OUT) { in dequeueMessageForNodeIgnoringBuffers() 322 EXPECT(err == TIMED_OUT, in testStateTransitions() 332 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions() 427 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions() 435 CHECK_EQ(err, (status_t)TIMED_OUT); in testStateTransitions()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 266 if (status == TIMED_OUT) { in main() 431 status = TIMED_OUT; in writeDump() 456 if ((status == TIMED_OUT) && (!asProto)) { in writeDump()
|
/frameworks/av/media/utils/ |
D | TimeCheck.cpp | 102 status_t status = TIMED_OUT; in threadLoop()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ADebug.h | 46 case TIMED_OUT: return "TIMED_OUT";
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 114 case ::android::TIMED_OUT: in PruneStatusT()
|
/frameworks/native/cmds/lshal/ |
D | Timeout.h | 94 return Status::fromStatusT(TIMED_OUT); in timeoutIPC()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.cpp | 146 if (res != TIMED_OUT) { in threadLoop()
|
D | Camera3Stream.cpp | 623 if (res == TIMED_OUT) { in getBuffer() 735 if (res == TIMED_OUT) { in getInputBuffer()
|
/frameworks/av/media/libstagefright/tests/ |
D | BatteryChecker_test.cpp | 76 EXPECT_NE(TIMED_OUT, mDone.waitRelative(mLock, timeoutUs * 1000ll)); in runTest()
|
/frameworks/hardware/interfaces/cameraservice/common/2.0/ |
D | types.hal | 53 TIMED_OUT = 5,
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 1238 TIMED_OUT) { in recordingFrameHandleCallbackTimestamp() 1287 TIMED_OUT) { in recordingFrameHandleCallbackTimestampBatch() 1344 if (mFrameAvailableSignal.waitRelative(mLock, kFrameAvailableTimeout) == TIMED_OUT) { in threadLoop() 1370 TIMED_OUT) { in processBufferQueueFrame()
|
D | SimpleDecodingSource.cpp | 403 return TIMED_OUT; in doRead()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | FrameProcessorBase.cpp | 127 } else if (res != TIMED_OUT) { in threadLoop()
|
/frameworks/native/libs/sensor/ |
D | SensorManager.cpp | 124 return TIMED_OUT; in waitForSensorService()
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | Conversion.h | 231 case Status::TIMED_OUT: in toStatusT() 287 case TIMED_OUT: in toStatus()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 903 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop() 919 } else if (status != TIMED_OUT && status != WOULD_BLOCK) { in threadLoop()
|