Home
last modified time | relevance | path

Searched refs:PollSharedFd (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h79 struct PollSharedFd;
158 static int Poll(PollSharedFd* fds, size_t num_fds, int timeout);
159 static int Poll(std::vector<PollSharedFd>& fds, int timeout);
412 struct PollSharedFd { struct
Dshared_fd.cpp338 int SharedFD::Poll(std::vector<PollSharedFd>& fds, int timeout) { in Poll()
342 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll()
/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp96 auto poll_fds = std::vector<cuttlefish::PollSharedFd>{ in main()
97 cuttlefish::PollSharedFd{ in main()
103 cuttlefish::PollSharedFd{ in main()
/device/google/cuttlefish/common/libs/transport/
Dchannel_sharedfd.cpp58 std::vector<PollSharedFd> input_poll = { in WaitForMessage()
/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp126 std::vector<PollSharedFd> server_poll = { in ProxyServer()
/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp133 PollSharedFd poll_fd = { in ReadExact()
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc292 std::vector<PollSharedFd> poll_shared_fd = { in ThreadLoop()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp913 std::vector<PollSharedFd> poll = {{.fd = stop_fd, .events = POLLIN}}; in WaitForRestoreComplete()