Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 11 of 11) sorted by relevance

/system/dev/i2c/dw-i2c/
A Ddw-i2c.c76 int poll = 0; in i2c_dw_enable_wait() local
89 } while (poll++ < max_poll); in i2c_dw_enable_wait()
/system/uapp/ping/
A Dping.cpp271 switch (poll(&fd, 1, static_cast<int>(options.timeout_msec))) { in main()
/system/utest/syslog/
A Dsyslog_tests.c120 EXPECT_EQ(poll(&fd, 1, 1), 0, ""); in test_log_severity()
/system/host/netprotocol/
A Dnetcp.c109 int poll_result = poll(&poll_fds, 1, MAX_SEND_TIME_MS); in transport_send()
A Dnetprotocol.c288 int r = poll(&fds, 1, wait_ms); in netboot_discover()
/system/host/bootserver/
A Dtftp.c111 int poll_result = poll(&poll_fds, 1, SEND_TIMEOUT_US); in transport_send()
/system/host/xdc-server/
A Dxdc-server.cpp270 int num = poll(&poll_fds_[0], poll_fds_.size(), -1 /* timeout */); in Run()
/system/utest/fdio/
A Dfdio_socketpair.c204 poll_args->poll_result = poll(&pollfd, 1, timeout_ms); in poll_for_read_with_timeout()
/system/utest/blobfs/
A Dblobfs.cpp1360 ASSERT_EQ(poll(&fds, 1, 10), 0, "Failed to wait for readable blob"); in check_not_readable()
1373 ASSERT_EQ(poll(&fds, 1, 10), 1, "Failed to wait for readable blob"); in check_readable()
1425 ASSERT_EQ(poll(&fds, 1, 10000), 1, "Failed to wait for readable blob"); in wait_readable()
/system/uapp/gfxlatency/
A Dmain.cpp1175 poll(&fds[startfd], endfd - startfd, timeout); in main()
1247 ready = poll(&fds[startfd], endfd - startfd, 0); in main()
/system/ulib/fdio/
A Dunistd.c2166 int poll(struct pollfd* fds, nfds_t n, int timeout) { in poll() function

Completed in 33 milliseconds