Searched refs:StructPollfd (Results 1 – 9 of 9) sorted by relevance
26 public final class StructPollfd { class
531 …public static int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return Libcore.o… in poll()
24 import android.system.StructPollfd;323 StructPollfd[] pollFds = new StructPollfd[] { new StructPollfd() }; in isConnected()859 StructPollfd[] pollFds = new StructPollfd[]{ new StructPollfd() }; in poll()
33 import android.system.StructPollfd;477 public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
31 import android.system.StructPollfd;136 public native int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
27 import android.system.StructPollfd;277 @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { in poll()
33 import android.system.StructPollfd;573 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim… in poll()
160 "luni/src/main/java/android/system/StructPollfd.java",
95 …method public static int poll(android.system.StructPollfd[], int) throws android.system.ErrnoExcep…689 public final class StructPollfd {690 ctor public StructPollfd();