Searched refs:StructPollfd (Results 1 – 8 of 8) sorted by relevance
26 public final class StructPollfd { class
430 …public static int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return Libcore.o… in poll()
24 import android.system.StructPollfd;263 StructPollfd[] pollFds = new StructPollfd[] { new StructPollfd() }; in isConnected()671 StructPollfd[] pollFds = new StructPollfd[]{ new StructPollfd() }; in poll()
30 import android.system.StructPollfd;141 public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
30 import android.system.StructPollfd;135 public native int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
26 import android.system.StructPollfd;257 @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { in poll()
30 import android.system.StructPollfd;168 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim… in poll()
150 "luni/src/main/java/android/system/StructPollfd.java",