Searched refs:StructPollfd (Results 1 – 8 of 8) sorted by relevance
26 public final class StructPollfd { class
428 …public static int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return Libcore.o… in poll()
23 import android.system.StructPollfd;264 StructPollfd[] pollFds = new StructPollfd[] { new StructPollfd() }; in isConnected()675 StructPollfd[] pollFds = new StructPollfd[]{ new StructPollfd() }; in poll()
31 import android.system.StructPollfd;142 public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
25 import android.system.StructPollfd;255 @Override 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()
31 import android.system.StructPollfd;169 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim… in poll()
21 "luni/src/main/java/android/system/StructPollfd.java",