Searched refs:pollfd (Results 1 - 25 of 49) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h41 typedef int (*poll)(struct pollfd *, nfds_t, int);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c56 struct pollfd *pollfd; member in struct:dmp_feat_t
62 static struct pollfd pollfds[FEAT_NUM];
462 VARVAL("%p", dmp_feat[i].pollfd);
463 if (dmp_feat[i].pollfd) {
464 VARVAL("%d", dmp_feat[i].pollfd->events);
465 VARVAL("%d", dmp_feat[i].pollfd->revents);
466 VARVAL("%d", dmp_feat[i].pollfd->fd);
497 dmp_feat[i].pollfd = &pollfds[j];
529 if (dmp_feat[i].pollfd
[all...]
/hardware/ti/omap4-aah/libtiutils/
H A DMessageQueue.cpp246 struct pollfd pfd;
328 struct pollfd pfd[3];
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.cpp245 struct pollfd pfd;
325 struct pollfd pfd[3];
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.cpp95 struct pollfd pFd;
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.cpp95 struct pollfd pFd;
/hardware/libhardware_legacy/uevent/
H A Duevent.c77 struct pollfd fds;
/hardware/qcom/display/msm8909/libqdutils/
H A Didle_invalidator.cpp116 struct pollfd pFd;
/hardware/qcom/display/msm8994/libqdutils/
H A Didle_invalidator.cpp116 struct pollfd pFd;
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_primary.h88 pollfd poll_fds_[kNumDisplayEvents];
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Dsys.cpp64 extern int virtual_poll(struct pollfd *fds, nfds_t num, int timeout);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DUeventObserver.cpp159 struct pollfd fds[2];
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DUeventObserver.cpp159 struct pollfd fds[2];
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
H A Dinv_gesture_test.c107 struct pollfd pfd[NUM_DMP_FEATS];
601 void parse_events(struct pollfd pfd[], int num_fds)
/hardware/qcom/audio/msm8909/audiod/
H A DAudioDaemon.cpp218 struct pollfd *pfd = NULL;
270 pfd = new pollfd[mSndCardFd.size() + mAudioEvents.size()];
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c92 struct pollfd pfd = {
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp50 struct pollfd pfdProxyPlayback[2];
51 struct pollfd pfdUsbPlayback[2];
52 struct pollfd pfdProxyRecording[1];
53 struct pollfd pfdUsbRecording[1];
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_vsync.cpp115 struct pollfd pfd[num_displays][num_events];
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_vsync.cpp105 struct pollfd pfd[num_displays][num_events];
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_vsync.cpp124 struct pollfd pfd[num_displays][num_events];
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_vsync.cpp124 struct pollfd pfd[num_displays][num_events];
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
H A Dgpio.c197 struct pollfd pfd[1];
199 struct pollfd pfd[2];
/hardware/bsp/intel/peripheral/libmraa/src/iio/
H A Diio.c292 struct pollfd pfd;
424 struct pollfd pfd;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c301 struct pollfd pfd[ARRAY_SIZE(event_file)];
761 struct pollfd pfd = {
/hardware/libhardware_legacy/wifi/
H A Dwifi.c648 struct pollfd rfds[2];
650 memset(rfds, 0, 2 * sizeof(struct pollfd));

Completed in 1994 milliseconds

12