/bionic/libc/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/development/ndk/platforms/android-3/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
poll.h | 36 typedef unsigned int nfds_t; typedef 39 extern int poll(struct pollfd *, nfds_t, long);
|
/external/bluetooth/bluez/src/ |
ppoll.h | 7 static inline int compat_ppoll(struct pollfd *fds, nfds_t nfds,
|
/system/bluetooth/tools/ |
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) {
|
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) {
|
pipetest.c | 55 static int _poll(struct pollfd *ufds, nfds_t nfds, int timeout) {
|