Searched refs:readFds (Results 1 – 5 of 5) sorted by relevance
/hardware/ril/libril/ |
D | ril_event.cpp | 68 static fd_set readFds; variable 140 FD_CLR(ev->fd, &readFds); in removeWatch() 245 FD_ZERO(&readFds); in ril_event_init() 275 FD_SET(ev->fd, &readFds); in ril_event_add() 356 memcpy(&rfds, &readFds, sizeof(fd_set)); in ril_event_loop()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 132 fd_set readFds; in message_thread() local 143 FD_ZERO(&readFds); in message_thread() 144 FD_SET(omx->m_pipe_in, &readFds); in message_thread() 146 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 134 fd_set readFds; in message_thread_enc() local 145 FD_ZERO(&readFds); in message_thread_enc() 146 FD_SET(omx->m_pipe_in, &readFds); in message_thread_enc() 148 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread_enc()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 339 fd_set readFds; in message_thread() local 350 FD_ZERO(&readFds); in message_thread() 351 FD_SET(omx->m_pipe_in, &readFds); in message_thread() 353 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 361 fd_set readFds; in message_thread_dec() local 372 FD_ZERO(&readFds); in message_thread_dec() 373 FD_SET(omx->m_pipe_in, &readFds); in message_thread_dec() 375 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread_dec()
|