Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java292 StructPollfd pollfd = new StructPollfd(); in checkPing() local
293 pollfd.events = (short) POLLIN; // "error: possible loss of precision" in checkPing()
294 pollfd.fd = s; in checkPing()
295 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()
/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c1816 struct pollfd fds = { in TEST()