Searched refs:poll (Results 1 – 11 of 11) sorted by relevance
| /system/dev/i2c/dw-i2c/ |
| A D | dw-i2c.c | 76 int poll = 0; in i2c_dw_enable_wait() local 89 } while (poll++ < max_poll); in i2c_dw_enable_wait()
|
| /system/uapp/ping/ |
| A D | ping.cpp | 271 switch (poll(&fd, 1, static_cast<int>(options.timeout_msec))) { in main()
|
| /system/utest/syslog/ |
| A D | syslog_tests.c | 120 EXPECT_EQ(poll(&fd, 1, 1), 0, ""); in test_log_severity()
|
| /system/host/netprotocol/ |
| A D | netcp.c | 109 int poll_result = poll(&poll_fds, 1, MAX_SEND_TIME_MS); in transport_send()
|
| A D | netprotocol.c | 288 int r = poll(&fds, 1, wait_ms); in netboot_discover()
|
| /system/host/bootserver/ |
| A D | tftp.c | 111 int poll_result = poll(&poll_fds, 1, SEND_TIMEOUT_US); in transport_send()
|
| /system/host/xdc-server/ |
| A D | xdc-server.cpp | 270 int num = poll(&poll_fds_[0], poll_fds_.size(), -1 /* timeout */); in Run()
|
| /system/utest/fdio/ |
| A D | fdio_socketpair.c | 204 poll_args->poll_result = poll(&pollfd, 1, timeout_ms); in poll_for_read_with_timeout()
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 1360 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 D | main.cpp | 1175 poll(&fds[startfd], endfd - startfd, timeout); in main() 1247 ready = poll(&fds[startfd], endfd - startfd, 0); in main()
|
| /system/ulib/fdio/ |
| A D | unistd.c | 2166 int poll(struct pollfd* fds, nfds_t n, int timeout) { in poll() function
|
Completed in 33 milliseconds