Searched refs:disable_shell_protocol (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | bugreport.h | 39 bool disable_shell_protocol,
|
D | commandline.h | 96 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback =
|
D | bugreport.cpp | 278 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()
|
D | bugreport_test.cpp | 55 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) { in send_shell_command() argument 123 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback));
|
D | commandline.cpp | 1097 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) { in send_shell_command() argument 1106 if (!disable_shell_protocol) { in send_shell_command()
|