Searched refs:pollFds (Results 1 – 1 of 1) sorted by relevance
251 StructPollfd[] pollFds = new StructPollfd[] { new StructPollfd() }; in isConnected() local252 pollFds[0].fd = fd; in isConnected()253 pollFds[0].events = (short) POLLOUT; in isConnected()254 int rc = Libcore.os.poll(pollFds, remainingTimeoutMs); in isConnected()684 StructPollfd[] pollFds = new StructPollfd[]{ new StructPollfd() }; in poll() local685 pollFds[0].fd = fd; in poll()686 pollFds[0].events = (short) events; in poll()689 int ret = android.system.Os.poll(pollFds, timeout); in poll()