Searched refs:hypv_poll (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/media/hypv-intercept/ |
D | hypv_intercept.h | 72 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout);
|
D | hypv_intercept.cpp | 306 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout) in hypv_poll() function
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 72 #define poll(x, y, z) hypv_poll(x, y, z)
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 169 #define poll(x, y, z) hypv_poll(x, y, z)
|