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

<<1112131415161718

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openbsd.h 175 struct pollfd *ioq_pollfds;
_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 203 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 120 struct pollfd pfd;
  /frameworks/rs/
rsThreadIO.cpp 112 struct pollfd p[2];
  /hardware/intel/img/hwcomposer/common/observers/
UeventObserver.cpp 159 struct pollfd fds[2];
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_vsync.cpp 64 struct pollfd pfd[2];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control.h 233 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space);
234 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
519 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
520 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.11-4.8/sysroot/usr/include/alsa/
control.h 233 int snd_ctl_poll_descriptors(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int space);
234 int snd_ctl_poll_descriptors_revents(snd_ctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
519 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
520 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);
  /system/core/adf/libadfhwc/
adfhwc.cpp 210 pollfd *fds = new pollfd[dev->intf_fds.size()];
  /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 1124 std::vector<pollfd> pollfds;
1144 pollfd info;
1176 pollfd* info = &pollfds[index];
1197 std::vector<struct pollfd*> fds;
1203 int KernelProxy::poll(struct pollfd* fds, nfds_t nfds, int timeout) {
1211 struct pollfd* fd_info = &fds[index];
1270 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...]
  /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];
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 259 /* user callbacks for pollfd changes */
460 struct libusb_pollfd pollfd; member in struct:usbi_pollfd
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 1815 struct pollfd *pollfd = &fds[i]; local
    [all...]

Completed in 952 milliseconds

<<1112131415161718