/system/netd/server/ |
D | TcpSocketMonitor.h | 86 void poll();
|
D | IptablesRestoreController.cpp | 64 int ret = poll(&pollfd, 1, 0); in outputReady() 278 poll(process->pollFds, ARRAY_SIZE(process->pollFds), POLL_TIMEOUT_MS)); in drainAndWaitForAck()
|
D | TcpSocketMonitor.cpp | 192 void TcpSocketMonitor::poll() { in poll() function in android::net::TcpSocketMonitor 329 poll(); in TcpSocketMonitor()
|
/system/extras/simpleperf/scripts/ |
D | run_simpleperf_without_usb_connection.py | 55 if subproc.poll() is None:
|
/system/media/audio_utils/include/audio_utils/ |
D | FdToString.h | 107 const int retval = poll(&pfd, 1 /* nfds*/, waitMs); in reader()
|
/system/connectivity/wificond/tests/ |
D | shell_utils.cpp | 95 poll(&shell_output, 1, (time_left_ms < 0) ? 0 : time_left_ms); in RunShellCommand()
|
/system/netd/client/ |
D | NetdClientTest.cpp | 49 int poll_result = TEMP_FAILURE_RETRY(poll(fds, std::size(fds), -1)); in serverLoop()
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 148 OSI_NO_INTR(poll_ret = poll(&pfd, 1, 0)); in accept_server_socket() 347 OSI_NO_INTR(ret = poll(&pfd, 1, 1)); in uipc_flush_ch_locked() 646 OSI_NO_INTR(poll_ret = poll(&pfd, 1, uipc.ch[ch_id].read_poll_tmo_ms)); in UIPC_Read()
|
/system/nvram/hal/ |
D | fake_nvram.cpp | 159 while (TEMP_FAILURE_RETRY(poll(poll_fds, poll_fds_count, -1)) >= 0) { in ProcessMessages()
|
/system/core/adb/ |
D | sysdeps.h | 209 #define poll ___xxx_poll macro 650 return TEMP_FAILURE_RETRY(poll(fds, nfds, timeout)); in adb_poll() 653 #define poll ___xxx_poll macro
|
/system/core/init/ |
D | perfboot.py | 160 if c == '' and proc.poll() is not None: 163 if c == '' and proc.poll() is not None:
|
D | uevent_listener.cpp | 206 int nr = poll(&ufd, 1, timeout_ms); in Poll()
|
D | subcontext.cpp | 125 int nr = TEMP_FAILURE_RETRY(poll(ufd, arraysize(ufd), -1)); in MainLoop()
|
/system/core/libsysutils/src/ |
D | SocketListener_test.cpp | 82 int poll_events = poll(&fds, 1, -1); in recvReply()
|
D | SocketListener.cpp | 168 int rc = TEMP_FAILURE_RETRY(poll(fds.data(), fds.size(), -1)); in runListener()
|
/system/core/fs_mgr/ |
D | file_wait.cpp | 159 int rv = poll(&event, 1, static_cast<int>(remaining_ms)); in WaitImpl()
|
/system/netd/tests/ |
D | netd_test.cpp | 272 rv = poll(&p, 1, 1000 /*milliseconds*/); in TEST()
|
/system/core/logd/ |
D | main.cpp | 201 ret = TEMP_FAILURE_RETRY(poll(&p, 1, 1000)); in issueReinit()
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 144 if (poll(&pfd, 1, 1000) != 1) { in forward_output()
|
/system/teeui/libteeui/src/ |
D | evdev.cpp | 132 auto rc = poll(fds.data(), fds.size(), runTimers()); in start()
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 269 rc = poll(&pfd, 1, remaining_ms); in debuggerd_trigger_dump()
|
/system/core/liblog/ |
D | logd_reader.cpp | 100 ret = TEMP_FAILURE_RETRY(poll(&p, 1, 20)); in SendLogdControlMessage()
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 156 WRITE_NO_INTR(n = poll(fds, 1, -1)); in waitHciDev()
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 324 OSI_NO_INTR(n = poll(fds, 1, MGMT_EV_POLL_TIMEOUT)); in wait_hcidev()
|
/system/core/libsync/ |
D | sync.c | 138 ret = poll(&fds, 1, timeout); in sync_wait()
|