Home
last modified time | relevance | path

Searched refs:disable_shell_protocol (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dbugreport.h39 bool disable_shell_protocol,
Dcommandline.h96 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback =
Dbugreport.cpp278 const std::string& command, bool disable_shell_protocol, in SendShellCommand() argument
280 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback); in SendShellCommand()
Dbugreport_test.cpp55 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) { in send_shell_command() argument
123 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback));
Dcommandline.cpp1097 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) { in send_shell_command() argument
1106 if (!disable_shell_protocol) { in send_shell_command()