Searched refs:sendCmd (Results 1 – 4 of 4) sorted by relevance
75 void sendCmd(int fd, const char* cmd) { in sendCmd() function141 sendCmd(client_fd.get(), command); in testCommand()178 sendCmd(client1.get(), "test 1"); in TEST_F()179 sendCmd(client2.get(), "test 2"); in TEST_F()
160 sendCmd("pause"); in pauseRecording()171 sendCmd("resume"); in resumeRecording()338 private void sendCmd(@NonNull String cmd) { in sendCmd() method in ProfileSession
62 static int sendCmd(int daemonFd, const std::string& cmd);
137 int TetherController::DnsmasqState::sendCmd(int daemonFd, const std::string& cmd) { in sendCmd() function in android::net::TetherController::DnsmasqState156 return sendCmd(daemonFd, update_ifaces_cmd) | sendCmd(daemonFd, update_dns_cmd); in sendAllState()