Searched refs:pollFds (Results 1 – 1 of 1) sorted by relevance
323 StructPollfd[] pollFds = new StructPollfd[] { new StructPollfd() }; in isConnected() local324 pollFds[0].fd = fd; in isConnected()325 pollFds[0].events = (short) POLLOUT; in isConnected()326 int rc = Libcore.os.poll(pollFds, remainingTimeoutMs); in isConnected()859 StructPollfd[] pollFds = new StructPollfd[]{ new StructPollfd() }; in poll() local860 pollFds[0].fd = fd; in poll()861 pollFds[0].events = (short) events; in poll()864 int ret = android.system.Os.poll(pollFds, timeout); in poll()