/external/bluetooth/bluez/src/ |
ppoll.h | 1 #ifdef ppoll 2 #undef ppoll macro 5 #define ppoll compat_ppoll macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
poll.h | 67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
poll.h | 67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
poll.h | 67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
|
/external/tcpdump/ |
ntp.h | 81 u_char ppoll; /* poll value */ member in struct:ntpdata
|
print-ntp.c | 111 TCHECK(bp->ppoll); 112 printf(", poll %us", bp->ppoll);
|
/external/bluetooth/bluez/compat/ |
fakehid.c | 49 #include "ppoll.h" 334 if (ppoll(&p, 1, NULL, &sigs) < 1) 435 if (ppoll(&p, 1, NULL, &sigs) < 1) 650 if (ppoll(&p, 1, NULL, &sigs) < 1)
|
hidd.c | 53 #include "ppoll.h" 372 if (ppoll(p, 2, NULL, &sigs) < 1)
|
pand.c | 60 #include "ppoll.h" 179 n = ppoll(&pf, 1, NULL, &sigs);
|
/external/bluetooth/bluez/tools/ |
rfcomm.c | 52 #include "ppoll.h" 305 if (ppoll(p, 1, &ts, sigs) || __io_canceled) { 463 if (ppoll(&p, 1, NULL, &sigs) > 0) 623 if (ppoll(&p, 1, NULL, &sigs) > 0)
|
ciptool.c | 49 #include "ppoll.h" 396 if (ppoll(&p, 1, NULL, &sigs) > 0)
|
hciattach.c | 54 #include "ppoll.h" 1435 err = ppoll(&p, 1, NULL, &sigs);
|
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
uim.c | 36 #include <common/ppoll.h> /* for ppoll */ 899 err = ppoll(&p, 1, NULL, &sigs);
|