Searched refs:send_shell_command (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dcommandline.h95 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command,
H A Dbugreport.cpp272 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback);
H A Dcommandline.cpp1127 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, function
1190 return send_shell_command(transport, serial, cmd, true);
1962 return send_shell_command(transport, serial, cmd, false);
2166 return send_shell_command(transport, serial, cmd, false);
2190 return send_shell_command(transport, serial, cmd, false);
H A Dbugreport_test.cpp56 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, function
58 ADD_FAILURE() << "send_shell_command() should have been mocked";

Completed in 122 milliseconds