HomeSort by relevance Sort by last modified time
    Searched defs:POLLREMOVE (Results 51 - 74 of 74) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
poll.h 42 #ifndef POLLREMOVE
44 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm/
poll.h 27 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm/
poll.h 27 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm/
poll.h 27 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
poll.h 27 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
poll.h 27 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm-generic/
poll.h 33 #ifndef POLLREMOVE
34 #define POLLREMOVE 0x1000
  /libcore/ojluni/src/main/java/sun/nio/ch/
AbstractPollArrayWrapper.java 46 static final short POLLREMOVE = 0x0800;
DevPollArrayWrapper.java 61 static final short POLLREMOVE = 0x0800;
207 register(wfd, fd, POLLREMOVE);
241 // events = 0 => POLLREMOVE or do-nothing
245 events = POLLREMOVE;
259 // insert POLLREMOVE if changing events
260 if (wasRegistered && events != POLLREMOVE) {
261 putPollFD(pollArray, index, fd, POLLREMOVE);

Completed in 1922 milliseconds

1 23