HomeSort by relevance Sort by last modified time
    Searched full:_poll (Results 1 - 5 of 5) sorted by null

  /system/bluetooth/tools/
pipetest.c 55 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) { function
111 _poll(&pfd, 1, -1);
121 _poll(&pfd, 1, -1);
133 _poll(&pfd, 1, -1);
asocket_test.c 297 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) { function
330 _poll(&pfd, 1, -1);
347 _poll(&pfd, 1, -1);
socktest.c 311 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) { function
344 _poll(&pfd, 1, -1);
361 _poll(&pfd, 1, -1);
  /external/bluetooth/glib/
NEWS.pre-1-3 79 * Changed g_main_poll_(add|remove) to g_main_(add|remove)_poll
  /external/kernel-headers/original/linux/
net.h 280 .poll = __lock_##name##_poll, \

Completed in 84 milliseconds