Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 25 of 96) sorted by relevance

1234

/hardware/interfaces/bluetooth/aidl/default/
Dnet_bluetooth_mgmt.cpp94 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/
Dmpu_iio.c56 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/
Dhw_events.h67 pollfd InitializePollFd(HWEventData *event_data);
72 vector<pollfd> poll_fds_;
Dhw_events.cpp80 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/
Dhw_events.h68 pollfd InitializePollFd(HWEventData *event_data);
73 vector<pollfd> poll_fds_ = {};
Dhw_events.cpp52 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/
Dhw_events.h68 pollfd InitializePollFd(HWEventData *event_data);
73 vector<pollfd> poll_fds_ = {};
Dhw_events.cpp52 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/
Dhw_events.h70 pollfd InitializePollFd(HWEventData *event_data);
75 vector<pollfd> poll_fds_ = {};
Dhw_events.cpp52 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/
Dhw_events.h73 pollfd InitializePollFd(HWEventData *event_data);
78 vector<pollfd> poll_fds_ = {};
Dhw_events.cpp52 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/
Dhypv_intercept.cpp287 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()
Dhypv_intercept.h72 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout);
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.h71 std::vector<pollfd> poll_fds; // poll fds for cec message monitor and exit signal
/hardware/qcom/display/msm8909/hdmi_cec/
Dqhdmi_cec.h71 std::vector<pollfd> poll_fds; // poll fds for cec message monitor and exit signal
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_events_drm.h81 vector<pollfd> poll_fds_{};
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_events_drm.h81 vector<pollfd> poll_fds_{};
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_events_drm.h82 vector<pollfd> poll_fds_{};
/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h55 typedef int (*poll)(struct pollfd *, nfds_t, int);
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int);
/hardware/qcom/sm8150/display/sdm/include/utils/
Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int);
/hardware/qcom/display/msm8998/sdm/include/utils/
Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int);
/hardware/qcom/sm7250/display/sdm/include/utils/
Dsys.h56 typedef int (*poll)(struct pollfd *, nfds_t, int);
/hardware/qcom/display/msm8909/sdm/include/utils/
Dsys.h60 typedef int (*poll)(struct pollfd *, nfds_t, int);

1234