/system/tpm/attestation/server/ |
D | attestationd-seccomp-x86.policy | 45 poll: 1
|
D | attestationd-seccomp-arm.policy | 27 poll: 1
|
D | attestationd-seccomp-amd64.policy | 44 poll: 1
|
/system/tpm/trunks/ |
D | trunksd-seccomp-amd64.policy | 35 poll: 1
|
D | trunksd-seccomp-x86_64.policy | 35 poll: 1
|
D | trunksd-seccomp-x86.policy | 35 poll: 1
|
/system/core/init/ |
D | ueventd.cpp | 85 int nr = poll(&ufd, 1, -1); in ueventd_main()
|
D | perfboot.py | 160 if c == '' and proc.poll() is not None: 163 if c == '' and proc.poll() is not None:
|
/system/netd/server/ |
D | IptablesRestoreController.cpp | 60 int ret = poll(&pollfd, 1, 0); in outputReady() 276 poll(process->pollFds, ARRAY_SIZE(process->pollFds), POLL_TIMEOUT_MS)); in drainAndWaitForAck()
|
/system/core/liblog/ |
D | logger_read.c | 403 !transp->transport->poll) { in android_logger_list_read() 408 (*transp->transport->poll)(logger_list_internal, transp); in android_logger_list_read() 411 pollval = (*transp->transport->poll)(logger_list_internal, transp); in android_logger_list_read()
|
D | logd_reader.c | 81 .poll = logdPoll, 297 ret = TEMP_FAILURE_RETRY(poll(&p, 1, 20)); in send_log_msg() 633 ret = poll(&p, 1, 20); in logdPoll()
|
D | logger.h | 77 int (*poll)(struct android_log_logger_list* logger_list, member
|
/system/tpm/tpm_manager/server/ |
D | tpm_managerd-seccomp-amd64.policy | 45 poll: 1
|
/system/connectivity/wificond/tests/ |
D | shell_utils.cpp | 95 poll(&shell_output, 1, (time_left_ms < 0) ? 0 : time_left_ms); in RunShellCommand()
|
/system/vold/ |
D | vdc.cpp | 130 int rc = TEMP_FAILURE_RETRY(poll(&poll_sock, 1, timeout)); in do_monitor()
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 175 OSI_NO_INTR(poll_ret = poll(&pfd, 1, 0)); in accept_server_socket() 375 OSI_NO_INTR(ret = poll(&pfd, 1, 1)); in uipc_flush_ch_locked() 676 OSI_NO_INTR(poll_ret = poll(&pfd, 1, uipc_main.ch[ch_id].read_poll_tmo_ms)); in UIPC_Read()
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 110 if (poll(&pfd, 1, 1000) != 1) { in forward_output()
|
/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 | 291 #define poll ___xxx_poll macro 762 return TEMP_FAILURE_RETRY(poll(fds, nfds, timeout)); in adb_poll() 765 #define poll ___xxx_poll macro
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 192 rc = poll(&pfd, 1, remaining_ms); in debuggerd_trigger_dump()
|
/system/bt/vendor_libs/linux/ |
D | bt_vendor_linux.cc | 188 OSI_NO_INTR(n = poll(fds, 1, MGMT_EV_POLL_TIMEOUT)); in bt_vendor_wait_hcidev()
|
/system/core/logd/ |
D | main.cpp | 390 ret = TEMP_FAILURE_RETRY(poll(&p, 1, 1000)); in issueReinit()
|
/system/core/libsync/ |
D | sync.c | 115 ret = poll(&fds, 1, timeout); in sync_wait()
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 323 OSI_NO_INTR(n = poll(fds, 1, MGMT_EV_POLL_TIMEOUT)); in wait_hcidev()
|
/system/core/adf/libadfhwc/ |
D | adfhwc.cpp | 299 if (TEMP_FAILURE_RETRY(poll(fds, dev->intf_fds.size(), -1)) < 0) { in adf_event_thread()
|