/aosp12/system/core/libutils/ |
H A D | Looper_test.cpp | 142 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 180 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 196 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 237 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 310 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 349 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 540 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 613 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 675 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F() 707 EXPECT_EQ(Looper::POLL_TIMEOUT, result) in TEST_F()
|
H A D | Looper.cpp | 269 result = POLL_TIMEOUT; in pollInner() 389 return POLL_TIMEOUT; in pollAll()
|
/aosp12/hardware/qcom/sm8150/media/hypv-intercept/ |
H A D | hypv_intercept.cpp | 50 #define POLL_TIMEOUT 0xffffffff macro 296 poll(&exit_fd, 1, POLL_TIMEOUT); in exit_thread()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUsbALSA.h | 43 #define POLL_TIMEOUT 3000 macro
|
H A D | AudioUsbALSA.cpp | 706 mtimeOut = POLL_TIMEOUT; in pollForProxyData() 748 mtimeOut = POLL_TIMEOUT; in pollForUsbData()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Looper.h | 163 POLL_TIMEOUT = -3, enumerator
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | MessageQueue.cpp | 156 case Looper::POLL_TIMEOUT: in waitMessage()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 65 #define POLL_TIMEOUT 1000 macro 327 rc = poll(&pfd, 1, POLL_TIMEOUT); in async_venc_message_thread()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 82 #define POLL_TIMEOUT 1000 macro 303 rc = poll(pfds, 2, POLL_TIMEOUT); in async_venc_message_thread()
|
/aosp12/hardware/qcom/media/msm8996/videopp/src/ |
H A D | omx_vdpp.cpp | 90 #define POLL_TIMEOUT 0x7fffffff //10000// macro 127 rc = poll(pfd, 2, POLL_TIMEOUT); in async_message_thread()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 67 #define POLL_TIMEOUT 1000 macro 371 rc = poll(pfds, 2, POLL_TIMEOUT); in async_venc_message_thread()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 70 #define POLL_TIMEOUT 1000 macro 269 rc = poll(pfds, 2, POLL_TIMEOUT); in async_venc_message_thread()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 70 #define POLL_TIMEOUT 1000 macro 347 rc = poll(pfds, 2, POLL_TIMEOUT); in async_venc_message_thread()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 90 #define POLL_TIMEOUT 1000 macro 312 rc = poll(pfds, 2, POLL_TIMEOUT); in async_venc_message_thread()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc.cpp | 119 #define POLL_TIMEOUT 0x7fffffff macro 154 rc = poll(&pfd, 1, POLL_TIMEOUT); in async_message_thread()
|
H A D | omx_vdec_hevc_swvdec.cpp | 106 #define POLL_TIMEOUT 0x7fffffff macro 146 rc = poll(&pfd, 1, POLL_TIMEOUT); in async_message_thread()
|
H A D | omx_vdec_msm8974.cpp | 112 #define POLL_TIMEOUT 0x7fffffff macro 156 rc = poll(&pfd, 1, POLL_TIMEOUT); in async_message_thread()
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc.cpp | 115 #define POLL_TIMEOUT 0x7fffffff macro 150 rc = poll(&pfd, 1, POLL_TIMEOUT); in async_message_thread()
|
H A D | omx_vdec_hevc_swvdec.cpp | 102 #define POLL_TIMEOUT 0x7fffffff macro 140 rc = poll(&pfd, 1, POLL_TIMEOUT); in async_message_thread()
|
H A D | omx_vdec_v4l2.cpp | 109 #define POLL_TIMEOUT 0x7fffffff macro 170 rc = poll(pfds, 2, POLL_TIMEOUT); in async_message_thread()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 93 #define POLL_TIMEOUT 0x7fffffff macro 164 rc = poll(pfds, 2, POLL_TIMEOUT); in async_message_thread()
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 97 #define POLL_TIMEOUT 0x7fffffff macro 206 rc = poll(pfds, 2, POLL_TIMEOUT); in async_message_thread()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 118 #define POLL_TIMEOUT 0x7fffffff macro 185 rc = poll(pfds, 2, POLL_TIMEOUT); in async_message_thread()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 101 #define POLL_TIMEOUT 0x7fffffff macro 228 rc = poll(pfds, 2, POLL_TIMEOUT); in async_message_thread()
|