Searched refs:POLL_TIMEOUT (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.h43 #define POLL_TIMEOUT 3000 macro
H A DAudioUsbALSA.cpp706 mtimeOut = POLL_TIMEOUT;
748 mtimeOut = POLL_TIMEOUT;
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
H A Dgpio.c40 #define POLL_TIMEOUT macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp65 #define POLL_TIMEOUT 1000 macro
326 rc = poll(&pfd, 1, POLL_TIMEOUT);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp119 #define POLL_TIMEOUT 0x7fffffff macro
154 rc = poll(&pfd, 1, POLL_TIMEOUT);
H A Domx_vdec_hevc_swvdec.cpp106 #define POLL_TIMEOUT 0x7fffffff macro
146 rc = poll(&pfd, 1, POLL_TIMEOUT);
H A Domx_vdec_msm8974.cpp112 #define POLL_TIMEOUT 0x7fffffff macro
156 rc = poll(&pfd, 1, POLL_TIMEOUT);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp115 #define POLL_TIMEOUT 0x7fffffff macro
150 rc = poll(&pfd, 1, POLL_TIMEOUT);
H A Domx_vdec_hevc_swvdec.cpp102 #define POLL_TIMEOUT 0x7fffffff macro
140 rc = poll(&pfd, 1, POLL_TIMEOUT);
H A Domx_vdec_v4l2.cpp108 #define POLL_TIMEOUT 0x7fffffff macro
169 rc = poll(pfds, 2, POLL_TIMEOUT);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp65 #define POLL_TIMEOUT 1000 macro
355 rc = poll(pfds, 2, POLL_TIMEOUT);
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp90 #define POLL_TIMEOUT 0x7fffffff //10000// macro
127 rc = poll(pfd, 2, POLL_TIMEOUT);
136 //DEBUG_PRINT_LOW("async_message_thread 1 POLL_TIMEOUT = 0x%x", POLL_TIMEOUT);

Completed in 411 milliseconds