HomeSort by relevance Sort by last modified time
    Searched full:_poll (Results 1 - 7 of 7) 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, \
  /external/valgrind/main/coregrind/
m_vkiscnums.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 564 PRINT("_poll ( %#lx, %ld, %ld )\n", ARG1,ARG2,ARG3);
565 PRE_REG_READ3(long, "_poll",
    [all...]

Completed in 241 milliseconds