/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_qnx.h | 156 struct pollfd *ioq_pollfds;
|
_rhapsody.h | 147 struct pollfd *ioq_pollfds;
|
_scoos.h | 152 struct pollfd *ioq_pollfds;
|
_solaris.h | 416 struct pollfd *ioq_pollfds; 449 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout); 733 struct pollfd *ioq_pollfds; 799 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
symbolize.cc | 208 struct pollfd pfd = { child_in[1], POLLOUT, 0 };
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
symbolize.cc | 208 struct pollfd pfd = { child_in[1], POLLOUT, 0 };
|
/frameworks/base/native/android/ |
sensor.cpp | 107 struct pollfd pfd;
|
/frameworks/rs/ |
rsThreadIO.cpp | 112 struct pollfd p[2];
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_vsync.cpp | 64 struct pollfd pfd[2];
|
/libcore/luni/src/main/native/ |
libcore_net_RawSocket.cpp | 170 pollfd fds[1];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control.h | 229 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space); 230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents); 493 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space); 494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
mixer.h | 107 int snd_mixer_poll_descriptors(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int space); 108 int snd_mixer_poll_descriptors_revents(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 229 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space); 230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents); 493 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space); 494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
mixer.h | 107 int snd_mixer_poll_descriptors(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int space); 108 int snd_mixer_poll_descriptors_revents(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 229 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space); 230 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents); 493 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space); 494 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
mixer.h | 107 int snd_mixer_poll_descriptors(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int space); 108 int snd_mixer_poll_descriptors_revents(snd_mixer_t *mixer, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
|
/external/libusb/libusb/ |
libusbi.h | 175 /* user callbacks for pollfd changes */ 316 struct libusb_pollfd pollfd; member in struct:usbi_pollfd 740 * The function is passed an array of pollfd structures (size nfds) 764 struct pollfd *fds, nfds_t nfds, int num_ready);
|
/external/blktrace/ |
blktrace.c | 166 struct pollfd *pfds; 231 struct pollfd *pfds; 458 static void clear_events(struct pollfd *pfd) [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 1001 std::vector<pollfd> pollfds; 1024 pollfd info; 1057 pollfd* info = &pollfds[index]; 1078 std::vector<struct pollfd*> fds; 1084 int KernelProxy::poll(struct pollfd *fds, nfds_t nfds, int timeout) { 1092 struct pollfd* fd_info = &fds[index]; 1151 struct pollfd* fd_info = poll_info->fds[findex]; [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 1393 struct pollfd *pollfd = &fds[i]; local [all...] |
/external/qemu/audio/ |
alsaaudio.c | 90 DYNLINK_FUNC(int,snd_pcm_poll_descriptors_revents,(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents)) \ 92 DYNLINK_FUNC(int,snd_pcm_poll_descriptors,(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space)) \ 110 struct pollfd *pfds; 205 struct pollfd *pfds = hlp->pfds; 316 struct pollfd *pfds; [all...] |
/system/netd/ |
MDnsSdListener.cpp | 548 mPollFds = (struct pollfd *)calloc(sizeof(struct pollfd), mPollSize); 607 mPollFds = (struct pollfd *)calloc(sizeof(struct pollfd), mPollSize); 610 memset(mPollFds, 0, sizeof(struct pollfd) * mPollSize);
|
/external/bluetooth/bluedroid/udrv/ulinux/ |
uipc.c | 212 struct pollfd pfd; 416 struct pollfd pfd; 773 struct pollfd pfd;
|
/external/tinycompress/ |
compress.c | 354 struct pollfd fds; 416 struct pollfd fds; 612 struct pollfd fds;
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_poll_thread.c | 118 static int32_t mm_camera_poll_proc_msm(mm_camera_poll_thread_t *poll_cb, struct pollfd *fds) 258 struct pollfd fds[MM_CAMERA_CH_STREAM_MAX+1];
|