Home
last modified time | relevance | path

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

123

/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/msm8998/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/drm/
Dhw_events_drm.h81 vector<pollfd> poll_fds_{};
Dhw_events_drm.cpp227 pollfd &poll_fd = poll_fds_[i]; in DisplayEventHandler()
/hardware/qcom/display/msm8996/sdm/include/utils/
Dsys.h55 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/display/msm8084/libqdutils/
Didle_invalidator.cpp95 struct pollfd pFd; in threadLoop()
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.cpp95 struct pollfd pFd; in threadLoop()
/hardware/libhardware_legacy/
Duevent.c77 struct pollfd fds; in uevent_next_event()
/hardware/qcom/display/msm8909/libqdutils/
Didle_invalidator.cpp116 struct pollfd pFd; in threadLoop()
/hardware/qcom/display/msm8994/libqdutils/
Didle_invalidator.cpp116 struct pollfd pFd; in threadLoop()
/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c411 struct pollfd * pfd = (struct pollfd *)calloc(sizeof(struct pollfd), in monitor_thread_loop()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DUeventObserver.cpp159 struct pollfd fds[2]; in threadLoop()
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DUeventObserver.cpp159 struct pollfd fds[2]; in threadLoop()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c107 struct pollfd pfd[NUM_DMP_FEATS];
601 void parse_events(struct pollfd pfd[], int num_fds) in parse_events()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp50 struct pollfd pfdProxyPlayback[2];
51 struct pollfd pfdUsbPlayback[2];
52 struct pollfd pfdProxyRecording[1];
53 struct pollfd pfdUsbRecording[1];
/hardware/qcom/wlan/cld80211-lib/
Dcld80211_lib.c397 struct pollfd pfd[2]; in cld80211_recv()
410 memset(&pfd[0], 0, 2*sizeof(struct pollfd)); in cld80211_recv()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp114 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
Dread_device_node.c92 struct pollfd pfd = { in read_data()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_vsync.cpp123 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp104 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_vsync.cpp123 struct pollfd pfd[num_displays][num_events]; in vsync_loop()

123