/hardware/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 55 * has to complete in a timely manner, or `status = TIMED_OUT` is returned. 60 * `status = TIMED_OUT` is returned. 76 * timely manner, `status = TIMED_OUT` is returned. 87 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 116 * has to complete in a timely manner, or `status = TIMED_OUT` is returned. 131 * timely manner, `status = TIMED_OUT` is returned. 148 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 200 * `status = TIMED_OUT` is returned. 212 * timely manner, `status = TIMED_OUT` is returned. 225 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IComponent.hal | 36 * completed in a timely manner, it must return `TIMED_OUT` in the return 60 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 81 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 110 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 127 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 150 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 181 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 205 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 227 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 248 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. [all …]
|
D | IComponentStore.hal | 30 * completed in a timely manner, it must return `TIMED_OUT` in the return 48 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 72 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 142 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 159 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 181 * - `TIMED_OUT` - The operation cannot be finished in a timely manner. 202 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IInputSink.hal | 41 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponent.hal | 74 * - TIMED_OUT - The flush could not be completed within the time limit. 105 * - TIMED_OUT - The flush could not be completed within the time limit. 122 * - TIMED_OUT - The component could not be connected within the time 148 * - TIMED_OUT - The component could not be connected within the time 170 * - TIMED_OUT - The component could not be connected within the time 188 * - TIMED_OUT - The pool could not be created within the time 211 * - TIMED_OUT - The pool could not be destroyedwithin the time limit. 244 * - TIMED_OUT - The component could not be started within the time limit. 270 * - TIMED_OUT - The component could not be stopped within the time limit. 302 * - TIMED_OUT - The component could not be reset within the time limit. [all …]
|
D | IComponentStore.hal | 42 * - TIMED_OUT - The component could not be created within the time limit. 68 * - TIMED_OUT - The component interface could not be created within the
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/ |
D | Status.aidl | 48 const int TIMED_OUT = (-110) /* -110 */;
|
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/ |
D | Status.aidl | 67 const int TIMED_OUT = -110;
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/ |
D | Status.aidl | 48 const int TIMED_OUT = (-110) /* -110 */;
|
/hardware/interfaces/media/c2/1.2/ |
D | IComponent.hal | 30 * completed in a timely manner, it must return `TIMED_OUT` in the return 51 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IComponentStore.hal | 30 * completed in a timely manner, it must return `TIMED_OUT` in the return 50 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
/hardware/interfaces/media/c2/1.1/ |
D | IComponentStore.hal | 30 * completed in a timely manner, it must return `TIMED_OUT` in the return 50 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
D | IComponent.hal | 28 * completed in a timely manner, it must return `TIMED_OUT` in the return 60 * - `TIMED_OUT` - The operation cannot be finished in a timely manner.
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioSystemLegacy.h | 51 TIMED_OUT = android::TIMED_OUT, enumerator
|
/hardware/google/camera/common/hal/tests/ |
D | result_dispatcher_tests.cc | 151 return received ? OK : TIMED_OUT; in WaitForShutter() 171 return received ? OK : TIMED_OUT; in WaitForResultMetadata() 196 return received ? OK : TIMED_OUT; in WaitForOuptutBuffer()
|
D | camera_device_session_tests.cc | 266 return received ? OK : TIMED_OUT; in WaitForResult() 291 return received ? OK : TIMED_OUT; in WaitForShutter()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | pending_requests_tracker.cc | 292 return TIMED_OUT; in WaitAndTrackRequestBuffers() 336 return TIMED_OUT; in WaitAndTrackAcquiredBuffers()
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | types.hal | 55 TIMED_OUT = -110,
|
D | IGraphicBufferProducer.hal | 216 * `TIMED_OUT`. 606 * before returning an error `TIMED_OUT`. 623 * before returning `TIMED_OUT`. If @p timeoutNs is negative, 624 * dequeueBuffer() shall not be able to return `TIMED_OUT`. Instead, it
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 382 ASSERT_EQ(status, android::hardware::media::omx::V1_0::Status::TIMED_OUT); in changeStateLoadedtoIdle() 392 ASSERT_EQ(status, android::hardware::media::omx::V1_0::Status::TIMED_OUT); in changeStateLoadedtoIdle() 440 ASSERT_EQ(status, android::hardware::media::omx::V1_0::Status::TIMED_OUT); in changeStateIdletoLoaded() 451 ASSERT_EQ(status, android::hardware::media::omx::V1_0::Status::TIMED_OUT); in changeStateIdletoLoaded()
|
D | media_hidl_test_common.h | 205 if (delayUs < 0) return toStatus(android::TIMED_OUT);
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 782 android::hardware::media::omx::V1_0::Status::TIMED_OUT); in TEST_P() 835 android::hardware::media::omx::V1_0::Status::TIMED_OUT); in TEST_P() 1026 android::hardware::media::omx::V1_0::Status::TIMED_OUT) { in TEST_P() 1051 android::hardware::media::omx::V1_0::Status::TIMED_OUT); in TEST_P() 1140 android::hardware::media::omx::V1_0::Status::TIMED_OUT) { in TEST_P() 1167 android::hardware::media::omx::V1_0::Status::TIMED_OUT); in TEST_P()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | DynamicSensorManager.cpp | 263 return TIMED_OUT; in operateSensor()
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 43 TIMED_OUT = -110,
|
/hardware/google/graphics/common/libhwc2.1/ |
D | pixel-display.cpp | 129 else if (ret == TIMED_OUT) in setLhbmState()
|