Searched refs:StructPollfd (Results 1 – 9 of 9) sorted by relevance
26 public final class StructPollfd { class
539 …public static int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return Libcore.o… in poll()
24 import android.system.StructPollfd;325 StructPollfd[] pollFds = new StructPollfd[] { new StructPollfd() }; in isConnected()862 StructPollfd[] pollFds = new StructPollfd[]{ new StructPollfd() }; in poll()
33 import android.system.StructPollfd;478 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;276 @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { in poll()
33 import android.system.StructPollfd;577 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim… in poll()
149 "luni/src/main/java/android/system/StructPollfd.java",
75 …method public static int poll(android.system.StructPollfd[], int) throws android.system.ErrnoExcep…662 public final class StructPollfd {663 ctor public StructPollfd();