/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/msm8998/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/drm/ |
D | hw_events_drm.h | 81 vector<pollfd> poll_fds_{};
|
D | hw_events_drm.cpp | 227 pollfd &poll_fd = poll_fds_[i]; in DisplayEventHandler()
|
/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | sys.h | 55 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/display/msm8084/libqdutils/ |
D | idle_invalidator.cpp | 95 struct pollfd pFd; in threadLoop()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | idle_invalidator.cpp | 95 struct pollfd pFd; in threadLoop()
|
/hardware/libhardware_legacy/ |
D | uevent.c | 77 struct pollfd fds; in uevent_next_event()
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | idle_invalidator.cpp | 116 struct pollfd pFd; in threadLoop()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | idle_invalidator.cpp | 116 struct pollfd pFd; in threadLoop()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | sndmonitor.c | 411 struct pollfd * pfd = (struct pollfd *)calloc(sizeof(struct pollfd), in monitor_thread_loop()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/ |
D | UeventObserver.cpp | 159 struct pollfd fds[2]; in threadLoop()
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | UeventObserver.cpp | 159 struct pollfd fds[2]; in threadLoop()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/ |
D | inv_gesture_test.c | 107 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/ |
D | AudioUsbALSA.cpp | 50 struct pollfd pfdProxyPlayback[2]; 51 struct pollfd pfdUsbPlayback[2]; 52 struct pollfd pfdProxyRecording[1]; 53 struct pollfd pfdUsbRecording[1];
|
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 397 struct pollfd pfd[2]; in cld80211_recv() 410 memset(&pfd[0], 0, 2*sizeof(struct pollfd)); in cld80211_recv()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 114 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | read_device_node.c | 92 struct pollfd pfd = { in read_data()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_vsync.cpp | 123 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 104 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_vsync.cpp | 123 struct pollfd pfd[num_displays][num_events]; in vsync_loop()
|