/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/ |
linux-unistd.h | 192 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 193 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
linux-unistd.h | 199 int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event); 200 int epoll_wait (int epfd, struct epoll_event *events, int max, int timeout);
|
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 252 struct epoll_event* events, 556 struct epoll_event ee; 572 struct epoll_event ee; 590 struct epoll_event ee; 632 struct epoll_event events[],
|
epoll_server.h | 505 struct epoll_event* events, 642 struct epoll_event events[], 715 struct epoll_event events_[256]; [all...] |
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.cc | 252 struct epoll_event* events, 556 struct epoll_event ee; 572 struct epoll_event ee; 590 struct epoll_event ee; 632 struct epoll_event events[],
|
epoll_server.h | 500 struct epoll_event* events, 637 struct epoll_event events[], 710 struct epoll_event events_[256]; [all...] |
/external/strace/ |
desc.c | 696 print_epoll_event(struct epoll_event *ev) 721 struct epoll_event ev; 745 struct epoll_event ev, *start, *cur, *end; 749 start = (struct epoll_event *) tcp->u_arg[1];
|
/device/generic/goldfish/qemud/ |
qemud.c | 337 struct epoll_event* events; 395 struct epoll_event ev; 410 struct epoll_event ev; 466 struct epoll_event ev; 491 struct epoll_event ev; 544 struct epoll_event ev; [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 610 epoll_event event; 674 epoll_event event; 748 epoll_event events[count];
|
/bionic/libc/ |
SYSCALLS.TXT | 309 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) 1 310 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout) 1
|
/device/generic/goldfish/gps/ |
gps_qemu.c | 647 struct epoll_event ev; 697 struct epoll_event events[2];
|
/external/valgrind/unittest/ |
posix_tests.cc | 994 struct epoll_event event; 998 struct epoll_event event;
|
/frameworks/base/services/input/ |
EventHub.h | 439 struct epoll_event mPendingEventItems[EPOLL_MAX_EVENTS];
|