/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 48 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/ |
D | client_handler.cpp | 253 HttpStatusCode ClientDynHandler::Poll( in Poll() function in cuttlefish::ClientDynHandler 333 return Poll(poll_handler); in DoPostInner() 342 return Poll(poll_handler); in DoPostInner()
|
D | client_handler.h | 98 HttpStatusCode Poll(std::shared_ptr<PollConnectionHandler>);
|
/device/google/cuttlefish/host/commands/casimir_control_server/ |
D | casimir_controller.cpp | 78 Result<uint16_t> CasimirController::Poll() { in Poll() function in cuttlefish::CasimirController 138 int res = sock_.Poll(&poll_fd, 1, timeout.count()); in ReadExact()
|
D | casimir_controller.h | 38 Result<uint16_t> Poll();
|
D | main.cpp | 77 auto poll_res = device.Poll(); in SendApdu()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 158 static int Poll(PollSharedFd* fds, size_t num_fds, int timeout); 159 static int Poll(std::vector<PollSharedFd>& fds, int timeout);
|
D | shared_fd.cpp | 338 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/ |
D | channel_sharedfd.cpp | 61 const int poll_result = SharedFD::Poll(input_poll, -1); in WaitForMessage()
|
/device/google/cuttlefish/host/commands/log_tee/ |
D | log_tee.cpp | 124 CHECK(cuttlefish::SharedFD::Poll(poll_fds, /*timeout=*/-1) >= 0) in main()
|
/device/google/cuttlefish/common/libs/utils/ |
D | socket2socket_proxy.cpp | 135 const int poll_result = SharedFD::Poll(server_poll, -1); in ProxyServer()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | boot_state_machine.cc | 308 int result = SharedFD::Poll(poll_shared_fd, -1); in ThreadLoop()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_manager.cpp | 914 const int result = SharedFD::Poll(poll, 50 /* ms */); in WaitForRestoreComplete()
|