Home
last modified time | relevance | path

Searched refs:Poll (Results 1 – 13 of 13) sorted by relevance

/device/google/contexthub/util/nanotool/
Dnanotool.cpp48 Poll, enumerator
55 NanotoolCommand command = NanotoolCommand::Poll;
71 std::make_tuple("poll", NanotoolCommand::Poll), in StrToCommand()
167 || args->command == NanotoolCommand::Poll)) { in ValidateArgs()
182 if (args->command == NanotoolCommand::Poll) { in ValidateArgs()
456 case NanotoolCommand::Poll: { in main()
500 && args->command != NanotoolCommand::Poll) { in main()
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp253 HttpStatusCode ClientDynHandler::Poll( in Poll() function in cuttlefish::ClientDynHandler
333 return Poll(poll_handler); in DoPostInner()
342 return Poll(poll_handler); in DoPostInner()
Dclient_handler.h98 HttpStatusCode Poll(std::shared_ptr<PollConnectionHandler>);
/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp78 Result<uint16_t> CasimirController::Poll() { in Poll() function in cuttlefish::CasimirController
138 int res = sock_.Poll(&poll_fd, 1, timeout.count()); in ReadExact()
Dcasimir_controller.h38 Result<uint16_t> Poll();
Dmain.cpp77 auto poll_res = device.Poll(); in SendApdu()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h158 static int Poll(PollSharedFd* fds, size_t num_fds, int timeout);
159 static int Poll(std::vector<PollSharedFd>& fds, int timeout);
Dshared_fd.cpp338 int SharedFD::Poll(std::vector<PollSharedFd>& fds, int timeout) { in Poll() function in cuttlefish::SharedFD
339 return Poll(fds.data(), fds.size(), timeout); in Poll()
342 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll() function in cuttlefish::SharedFD
/device/google/cuttlefish/common/libs/transport/
Dchannel_sharedfd.cpp61 const int poll_result = SharedFD::Poll(input_poll, -1); in WaitForMessage()
/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp124 CHECK(cuttlefish::SharedFD::Poll(poll_fds, /*timeout=*/-1) >= 0) in main()
/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp135 const int poll_result = SharedFD::Poll(server_poll, -1); in ProxyServer()
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc308 int result = SharedFD::Poll(poll_shared_fd, -1); in ThreadLoop()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp914 const int result = SharedFD::Poll(poll, 50 /* ms */); in WaitForRestoreComplete()