HomeSort by relevance Sort by last modified time
    Searched refs:pollfd (Results 201 - 225 of 447) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
hwdep.h 99 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space);
100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
control_external.h 233 int (*poll_descriptors)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int space);
237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
rawmidi.h 88 int snd_rawmidi_poll_descriptors(snd_rawmidi_t *rmidi, struct pollfd *pfds, unsigned int space);
89 int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int nfds, unsigned short *revent);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
hwdep.h 99 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space);
100 int snd_hwdep_poll_descriptors_revents(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
control_external.h 233 int (*poll_descriptors)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int space);
237 int (*poll_revents)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
rawmidi.h 88 int snd_rawmidi_poll_descriptors(snd_rawmidi_t *rmidi, struct pollfd *pfds, unsigned int space);
89 int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int nfds, unsigned short *revent);
  /external/valgrind/main/memcheck/tests/linux/
syscalls-2007.c 41 struct pollfd pfd[2];
  /external/wpa_supplicant_8/src/utils/
eloop.c 78 struct pollfd *pollfds;
79 struct pollfd **pollfds_map;
192 struct pollfd **nmap;
194 sizeof(struct pollfd *));
203 struct pollfd *n;
206 sizeof(struct pollfd));
332 static struct pollfd * find_pollfd(struct pollfd **pollfds_map, int fd, int mx)
343 struct pollfd *pollfds,
344 struct pollfd **pollfds_map
    [all...]
  /system/core/debuggerd/
getevent.cpp 31 static struct pollfd* ufds;
38 struct pollfd* new_ufds;
69 new_ufds = reinterpret_cast<pollfd*>(realloc(ufds, sizeof(ufds[0]) * (nfds + 1)));
170 ufds = reinterpret_cast<pollfd*>(calloc(1, sizeof(ufds[0])));
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 77 static int obsd_handle_events(struct libusb_context *ctx, struct pollfd *,
532 obsd_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds,
538 struct pollfd *pollfd; local
545 pollfd = &fds[i];
547 if (!pollfd->revents)
556 if (hpriv->pipe[0] == pollfd->fd)
563 usbi_dbg("fd %d is not an event pipe!", pollfd->fd);
568 if (pollfd->revents & POLLERR) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 384 struct pollfd pollfd = { sock_, POLLIN|POLLOUT, 0 }; local
385 ASSERT_EQ(1, ki_poll(&pollfd, 1, -1));
386 ASSERT_EQ(POLLOUT, pollfd.revents);
703 struct pollfd pollfd = { server_sock, POLLIN|POLLOUT, 0 }; local
704 ASSERT_EQ(0, ki_poll(&pollfd, 1, 0));
714 pollfd.fd = server_sock;
715 pollfd.events = POLLIN | POLLOUT;
716 ASSERT_EQ(1, ki_poll(&pollfd, 1, -1))
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_dgux.h 151 struct pollfd *ioq_pollfds;
216 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
_ncr.h 162 struct pollfd *ioq_pollfds;
225 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
_osf1.h 177 struct pollfd *ioq_pollfds;
237 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
_sony.h 137 struct pollfd *ioq_pollfds;
185 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
_unixware.h 151 struct pollfd *ioq_pollfds;
214 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
  /hardware/ti/omap4-aah/libtiutils/
MessageQueue.cpp 246 struct pollfd pfd;
328 struct pollfd pfd[3];
  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.cpp 245 struct pollfd pfd;
325 struct pollfd pfd[3];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
svc.h 261 extern struct pollfd *svc_pollfd;
273 extern void svc_getreq_poll (struct pollfd *, const int) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
svc.h 261 extern struct pollfd *svc_pollfd;
273 extern void svc_getreq_poll (struct pollfd *, const int) __THROW;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall-tp-fields.c 104 poll(evlist->pollfd, evlist->nr_fds, 10);
task-exit.c 106 poll(evlist->pollfd, evlist->nr_fds, -1);
  /frameworks/rs/
rsFifoSocket.cpp 92 struct pollfd p;
  /hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp 95 struct pollfd pFd;
  /hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp 95 struct pollfd pFd;

Completed in 1603 milliseconds

1 2 3 4 5 6 7 891011>>