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

12 3 4

  /frameworks/base/core/jni/
android_bluetooth_common.h 50 // size of the dbus event loops pollfd structure, hopefully never to be grown
78 struct pollfd *pollData;
android_server_BluetoothEventLoop.cpp 486 struct pollfd *temp = (struct pollfd *)malloc(
487 sizeof(struct pollfd) * (nat->pollMemberCount+1));
491 memcpy(temp, nat->pollData, sizeof(struct pollfd) *
620 nat->pollData = (struct pollfd *)malloc(sizeof(struct pollfd) *
634 memset(nat->pollData, 0, sizeof(struct pollfd) *
    [all...]
android_bluetooth_BluetoothAudioGateway.cpp 371 struct pollfd fds[2];
434 LOGI("Bogus poll(): %d fake pollfd entrie(s)!", n);
  /frameworks/base/include/ui/
EventHub.h 30 struct pollfd;
146 struct pollfd *mFDs;
  /bootable/recovery/minui/
events.c 29 static struct pollfd ev_fds[MAX_DEVICES];
  /external/bluetooth/glib/gio/
gcancellable.h 74 GPollFD *pollfd);
  /hardware/libhardware_legacy/uevent/
uevent.c 60 struct pollfd fds;
  /system/core/libcutils/
abort_socket.c 71 struct pollfd pfd[2];
123 struct pollfd pfd[2];
168 struct pollfd pfd[2];
214 struct pollfd pfd[2];
  /external/kernel-headers/original/linux/
poll.h 115 extern int do_sys_poll(struct pollfd __user * ufds, unsigned int nfds,
  /system/bluetooth/tools/
pipetest.c 55 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {
107 struct pollfd pfd;
117 struct pollfd pfd;
127 struct pollfd pfd;
asocket_test.c 79 static void print_fds(struct pollfd *ufds, nfds_t nfds) {
297 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {
326 struct pollfd pfd;
343 struct pollfd pfd;
socktest.c 78 static void print_fds(struct pollfd *ufds, nfds_t nfds) {
311 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {
340 struct pollfd pfd;
357 struct pollfd pfd;
  /system/core/debuggerd/
getevent.c 15 static struct pollfd *ufds;
23 struct pollfd *new_ufds;
  /external/bluetooth/glib/tests/
gio-test.c 287 GPollFD pollfd; local
369 g_io_channel_win32_make_pollfd (my_read_channel, G_IO_IN, &pollfd);
370 pollresult = g_io_channel_win32_poll (&pollfd, 1, 100);
timeloop-basic.c 21 static struct pollfd poll_fds[1024];
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 92 /* Re-active the PollFD */
112 /* We already disabled the PollFD or
143 /* Remove the PollFD from the source */
147 /* Set a timeout to re-add the PollFD to the source */
  /external/bluetooth/glib/glib/
gpoll.h 41 * poll(), meaning GPollFD must have the same layout as struct pollfd.
gpoll.c 89 extern gint poll (struct pollfd *fds, guint nfsd, gint timeout);
127 return poll ((struct pollfd *)fds, nfds, timeout);
  /external/blktrace/
blktrace.c 166 struct pollfd *pfds;
231 struct pollfd *pfds;
458 static void clear_events(struct pollfd *pfd)
    [all...]
  /external/bluetooth/bluez/compat/
fakehid.c 289 struct pollfd p;
390 struct pollfd p;
602 struct pollfd p;
  /external/bluetooth/bluez/tools/
ppporc.c 144 struct pollfd p[2];
l2ping.c 164 struct pollfd pf[1];
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 135 volatile struct pollfd stream; /* Audio stream filedescriptor */
136 struct pollfd server; /* Audio daemon filedescriptor */
171 struct pollfd fds[2];
762 struct pollfd *pfd, unsigned int space)
779 struct pollfd *pfds, unsigned int nfds,
795 struct pollfd *pfd, unsigned int space)
817 struct pollfd *pfds, unsigned int nfds,
    [all...]
  /system/core/toolbox/
getevent.c 14 static struct pollfd *ufds;
125 struct pollfd *new_ufds;
  /bionic/libc/include/sys/
linux-unistd.h 201 int poll (struct pollfd *, unsigned int, long);

Completed in 383 milliseconds

12 3 4