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

  /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...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_socket.py 33 POLL_TIMEOUT = 2
57 self._socket.settimeout(POLL_TIMEOUT) # used for write timeout support :/
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 122 case Looper::POLL_TIMEOUT:
  /system/core/include/utils/
Looper.h 159 POLL_TIMEOUT = -3,
250 * Returns POLL_TIMEOUT if there was no data before the given
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 160 #define POLL_TIMEOUT 1000
193 static int _timeout = POLL_TIMEOUT;
623 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
741 if (_timeout == POLL_TIMEOUT)
770 _timeout = POLL_TIMEOUT;
    [all...]
  /system/core/libutils/
Looper.cpp 246 result = POLL_TIMEOUT;
362 return POLL_TIMEOUT;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 58 #define POLL_TIMEOUT 1000
282 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 119 #define POLL_TIMEOUT 0x7fffffff
156 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 110 #define POLL_TIMEOUT 0x7fffffff
151 rc = poll(&pfd, 1, POLL_TIMEOUT);
    [all...]

Completed in 179 milliseconds