HomeSort by relevance Sort by last modified time
    Searched full:pollfd (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/bluetooth/bluez/common/
ppoll.h 7 static inline int compat_ppoll(struct pollfd *fds, nfds_t nfds,
  /external/bluetooth/glib/gio/
gasynchelper.c 81 GPollFD pollfd; member in struct:__anon1155
103 fd_source->pollfd.revents != 0;
117 return (*func) (user_data, fd_source->pollfd.revents, fd_source->pollfd.fd);
163 fd_source->pollfd.fd = fd;
164 fd_source->pollfd.events = events;
165 g_source_add_poll (source, &fd_source->pollfd);
gcancellable.c 409 * @pollfd: a pointer to a #GPollFD
415 g_cancellable_make_pollfd (GCancellable *cancellable, GPollFD *pollfd)
418 g_return_if_fail (pollfd != NULL);
430 g_io_channel_win32_make_pollfd (cancellable->read_channel, G_IO_IN, pollfd);
432 * keeping track of state related to the pollfd.)
435 pollfd->fd = g_cancellable_get_fd (cancellable);
436 pollfd->events = G_IO_IN;
438 pollfd->revents = 0;
  /bionic/libc/kernel/arch-arm/asm/
poll.h 30 struct pollfd { struct
  /external/kernel-headers/original/asm-arm/
poll.h 21 struct pollfd { struct
  /external/kernel-headers/original/asm-generic/
poll.h 31 struct pollfd { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
poll.h 30 struct pollfd { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
poll.h 30 struct pollfd { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
poll.h 30 struct pollfd { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
poll.h 30 struct pollfd { struct
  /bionic/libc/kernel/common/asm-generic/
poll.h 40 struct pollfd { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
poll.h 40 struct pollfd { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
poll.h 40 struct pollfd { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
poll.h 40 struct pollfd { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
poll.h 40 struct pollfd { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
poll.h 40 struct pollfd { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
poll.h 40 struct pollfd { struct
  /bionic/libc/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
poll.h 39 extern int poll(struct pollfd *, nfds_t, long);
  /external/bluetooth/glib/glib/
giounix.c 65 GPollFD pollfd; member in struct:_GIOUnixWatch
140 GIOCondition poll_condition = watch->pollfd.revents;
163 (watch->pollfd.revents | buffer_condition) & watch->condition,
354 watch->pollfd.fd = unix_channel->fd;
355 watch->pollfd.events = condition;
357 g_source_add_poll (source, &watch->pollfd);

Completed in 399 milliseconds

1 2 3 4