/hardware/interfaces/bluetooth/aidl/default/ |
D | net_bluetooth_mgmt.cpp | 94 struct pollfd pollfd; in waitHciDev() local 130 pollfd = {.fd = fd, .events = POLLIN}; in waitHciDev() 133 ret = poll(&pollfd, 1, -1); in waitHciDev() 147 if (ret == 0 || (pollfd.revents & POLLIN) == 0) { in waitHciDev()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | mpu_iio.c | 56 struct pollfd *pollfd; member 62 static struct pollfd pollfds[FEAT_NUM]; 462 VARVAL("%p", dmp_feat[i].pollfd); in dump_dmp_event_struct() 463 if (dmp_feat[i].pollfd) { in dump_dmp_event_struct() 464 VARVAL("%d", dmp_feat[i].pollfd->events); in dump_dmp_event_struct() 465 VARVAL("%d", dmp_feat[i].pollfd->revents); in dump_dmp_event_struct() 466 VARVAL("%d", dmp_feat[i].pollfd->fd); in dump_dmp_event_struct() 497 dmp_feat[i].pollfd = &pollfds[j]; in init_dmp_event_fds() 529 if (dmp_feat[i].pollfd->revents != 0) { in poll_dmp_event_fds() 543 dmp_feat[i].pollfd->revents = 0; in poll_dmp_event_fds() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_events.h | 67 pollfd InitializePollFd(HWEventData *event_data); 72 vector<pollfd> poll_fds_;
|
D | hw_events.cpp | 80 pollfd HWEvents::InitializePollFd(HWEventData *event_data) { in InitializePollFd() 83 pollfd poll_fd; in InitializePollFd() 207 pollfd &poll_fd = poll_fds_[event]; in DisplayEventHandler()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_events.h | 68 pollfd InitializePollFd(HWEventData *event_data); 73 vector<pollfd> poll_fds_ = {};
|
D | hw_events.cpp | 52 pollfd HWEvents::InitializePollFd(HWEventData *event_data) { in InitializePollFd() 55 pollfd poll_fd = {0}; in InitializePollFd() 189 pollfd &poll_fd = poll_fds_[event]; in DisplayEventHandler()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_events.h | 68 pollfd InitializePollFd(HWEventData *event_data); 73 vector<pollfd> poll_fds_ = {};
|
D | hw_events.cpp | 52 pollfd HWEvents::InitializePollFd(HWEventData *event_data) { in InitializePollFd() 55 pollfd poll_fd = {0}; in InitializePollFd() 189 pollfd &poll_fd = poll_fds_[event]; in DisplayEventHandler()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_events.h | 70 pollfd InitializePollFd(HWEventData *event_data); 75 vector<pollfd> poll_fds_ = {};
|
D | hw_events.cpp | 52 pollfd HWEvents::InitializePollFd(HWEventData *event_data) { in InitializePollFd() 55 pollfd poll_fd = {0}; in InitializePollFd() 200 pollfd &poll_fd = poll_fds_[event]; in DisplayEventHandler()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_events.h | 73 pollfd InitializePollFd(HWEventData *event_data); 78 vector<pollfd> poll_fds_ = {};
|
D | hw_events.cpp | 52 pollfd HWEvents::InitializePollFd(HWEventData *event_data) { in InitializePollFd() 55 pollfd poll_fd = {0}; in InitializePollFd() 200 pollfd &poll_fd = poll_fds_[event]; in DisplayEventHandler()
|
/hardware/qcom/sm8150/media/hypv-intercept/ |
D | hypv_intercept.cpp | 287 struct pollfd *pfds = (struct pollfd *)fds; in exit_thread() 290 struct pollfd exit_fd; in exit_thread() 306 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout) in hypv_poll()
|
D | hypv_intercept.h | 72 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout);
|
/hardware/qcom/display/msm8909w_3100/hdmi_cec/ |
D | qhdmi_cec.h | 71 std::vector<pollfd> poll_fds; // poll fds for cec message monitor and exit signal
|
/hardware/qcom/display/msm8909/hdmi_cec/ |
D | qhdmi_cec.h | 71 std::vector<pollfd> poll_fds; // poll fds for cec message monitor and exit signal
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_events_drm.h | 81 vector<pollfd> poll_fds_{};
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_events_drm.h | 81 vector<pollfd> poll_fds_{};
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_events_drm.h | 82 vector<pollfd> poll_fds_{};
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | sys.h | 55 typedef int (*poll)(struct pollfd *, nfds_t, int);
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int);
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int);
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int);
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | sys.h | 56 typedef int (*poll)(struct pollfd *, nfds_t, int);
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | sys.h | 60 typedef int (*poll)(struct pollfd *, nfds_t, int);
|