HomeSort by relevance Sort by last modified time
    Searched refs:POLL_TIMEOUT (Results 1 - 19 of 19) sorted by null

  /external/autotest/client/site_tests/policy_DisableScreenshots/
policy_DisableScreenshots.py 14 POLL_TIMEOUT = 5
81 timeout=POLL_TIMEOUT,
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h 43 #define POLL_TIMEOUT 3000
AudioUsbALSA.cpp 706 mtimeOut = POLL_TIMEOUT;
748 mtimeOut = POLL_TIMEOUT;
    [all...]
  /system/core/libutils/tests/
Looper_test.cpp 122 EXPECT_EQ(Looper::POLL_TIMEOUT, result)
160 EXPECT_EQ(Looper::POLL_TIMEOUT, result)
161 << "pollOnce result should be Looper::POLL_TIMEOUT";
176 EXPECT_EQ(Looper::POLL_TIMEOUT, result)
177 << "pollOnce result should be Looper::POLL_TIMEOUT";
217 EXPECT_EQ(Looper::POLL_TIMEOUT, result)
218 << "pollOnce result should be Looper::POLL_TIMEOUT";
290 EXPECT_EQ(Looper::POLL_TIMEOUT, result)
291 << "pollOnce result should be Looper::POLL_TIMEOUT";
329 EXPECT_EQ(Looper::POLL_TIMEOUT, result
    [all...]
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 115 case Looper::POLL_TIMEOUT:
  /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_socket.py 33 POLL_TIMEOUT = 2
57 self._socket.settimeout(POLL_TIMEOUT) # used for write timeout support :/
  /system/core/libutils/include/utils/
Looper.h 159 POLL_TIMEOUT = -3,
250 * Returns POLL_TIMEOUT if there was no data before the given
  /system/core/libutils/
Looper.cpp 272 result = POLL_TIMEOUT;
392 return POLL_TIMEOUT;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 65 #define POLL_TIMEOUT 1000
327 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 119 #define POLL_TIMEOUT 0x7fffffff
154 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
omx_vdec_hevc_swvdec.cpp 106 #define POLL_TIMEOUT 0x7fffffff
146 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
omx_vdec_msm8974.cpp 112 #define POLL_TIMEOUT 0x7fffffff
156 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 115 #define POLL_TIMEOUT 0x7fffffff
150 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
omx_vdec_hevc_swvdec.cpp 102 #define POLL_TIMEOUT 0x7fffffff
140 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
omx_vdec_v4l2.cpp 109 #define POLL_TIMEOUT 0x7fffffff
170 rc = poll(pfds, 2, POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 67 #define POLL_TIMEOUT 1000
371 rc = poll(pfds, 2, POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 90 #define POLL_TIMEOUT 0x7fffffff //10000//
127 rc = poll(pfd, 2, POLL_TIMEOUT);
136 //DEBUG_PRINT_LOW("async_message_thread 1 POLL_TIMEOUT = 0x%x", POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 70 #define POLL_TIMEOUT 1000
347 rc = poll(pfds, 2, POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 118 #define POLL_TIMEOUT 0x7fffffff
185 rc = poll(pfds, 2, POLL_TIMEOUT);
    [all...]

Completed in 522 milliseconds