HomeSort by relevance Sort by last modified time
    Searched refs:EPOLL_CTL_DEL (Results 76 - 98 of 98) sorted by null

1 2 34

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
epoll.h 55 #define EPOLL_CTL_DEL 2
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
epoll.h 55 #define EPOLL_CTL_DEL 2
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPollArrayWrapper.java 63 private static final int EPOLL_CTL_DEL = 2;
241 epollCtl(epfd, EPOLL_CTL_DEL, fd, 0);
282 opcode = (events != 0) ? EPOLL_CTL_MOD : EPOLL_CTL_DEL;
290 } else if (opcode == EPOLL_CTL_DEL) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
epoll.h 77 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
epoll.h 77 #define EPOLL_CTL_DEL 2 /* Remove a file descriptor from the interface. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
epoll.h 77 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */
  /hardware/bsp/intel/peripheral/sensors/mraa/
AcquisitionThread.cpp 151 epoll_ctl(pollFd, EPOLL_CTL_DEL, pipeFds[0], nullptr);
207 epoll_ctl(pollFd, EPOLL_CTL_DEL, readPipeEnd, nullptr);
  /external/strace/
epoll.c 80 if (EPOLL_CTL_DEL == tcp->u_arg[1])
  /external/libevent/
epoll.c 168 op == EPOLL_CTL_DEL?"DEL":
238 op = EPOLL_CTL_DEL;
297 } else if (op == EPOLL_CTL_DEL &&
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 441 epoll_ctl(mFd, EPOLL_CTL_DEL, timerContainer.getTimerFd(), NULL);
463 epoll_ctl(mFd, EPOLL_CTL_DEL, ev[i].data.fd, NULL);
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 441 epoll_ctl(mFd, EPOLL_CTL_DEL, timerContainer.getTimerFd(), NULL);
463 epoll_ctl(mFd, EPOLL_CTL_DEL, ev[i].data.fd, NULL);
  /external/dbus/dbus/
dbus-socket-set-epoll.c 238 /* The naive thing to do would be EPOLL_CTL_DEL, but that'll probably
275 if (epoll_ctl (self->epfd, EPOLL_CTL_DEL, fd, &dummy) == 0)
  /system/bt/osi/src/
reactor.c 198 if (epoll_ctl(reactor->epoll_fd, EPOLL_CTL_DEL, obj->fd, NULL) == -1)
  /frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp 140 epoll_ctl(epollfd, EPOLL_CTL_DEL, fds[i], NULL);
  /external/dhcpcd-6.8.2/
eloop.c 246 epoll_ctl(ctx->poll_fd, EPOLL_CTL_DEL,
  /system/core/libutils/
Looper.cpp 553 int epollResult = epoll_ctl(mEpollFd, EPOLL_CTL_DEL, fd, NULL);
568 ALOGD("%p ~ removeFd - EPOLL_CTL_DEL failed due to file descriptor "
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 666 ret = epoll_ctl( epoll_fd, EPOLL_CTL_DEL, fd, NULL );
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 705 if (epoll_ctl(mEventQueue, EPOLL_CTL_DEL, stream->mSocket, NULL)) {
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 809 if (epoll_ctl(mEpollFd, EPOLL_CTL_DEL, fd, NULL)) {
  /device/generic/goldfish/qemud/
qemud.c 449 epoll_ctl( l->epoll_fd, EPOLL_CTL_DEL, fd, NULL );
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 406 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) {
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]

Completed in 700 milliseconds

1 2 34