Home
last modified time | relevance | path

Searched defs:poll_fd (Results 1 – 9 of 9) sorted by relevance

/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc54 struct pollfd poll_fd; in SimpleFileWait() local
99 struct pollfd poll_fd; in TEST() local
Dutil_unittest.cc269 struct pollfd poll_fd; in TEST() local
Dtiming_unittest.cc738 int poll_fd = 0; in TEST_F() local
777 int poll_fd = 0; in TEST_F() local
/external/ltp/utils/sctp/func_tests/
Dtest_tcp_style.c72 struct pollfd poll_fd; in main() local
/external/libusb/libusb/os/
Dpoll_windows.c73 struct winfd poll_fd[MAX_FDS]; variable
/external/adhd/cras/src/server/
Dcras_alsa_card.c586 struct hctl_poll_fd *poll_fd; in cras_alsa_card_destroy() local
Dcras_alsa_io.c162 int poll_fd; member
/external/adhd/cras/src/libcras/
Dcras_client.c368 struct pollfd *poll_fd) in server_fill_pollfd()
839 struct pollfd poll_fd; in check_server_connected_wait() local
874 struct pollfd poll_fd[2]; in connect_to_server() local
/external/crosvm/devices/src/virtio/
Dwl.rs898 fn poll_fd(&self) -> Option<&dyn AsRawFd> { in poll_fd() method