Searched defs:disable_shell_protocol (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dbugreport.cpp270 const std::string& command, bool disable_shell_protocol,
272 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback);
269 SendShellCommand(TransportType transport_type, const char* serial, const std::string& command, bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) argument
H A Dbugreport_test.cpp57 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) {
125 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback));
56 send_shell_command(TransportType transport_type, const char* serial, const std::string& command, bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) argument
H A Dcommandline.cpp1128 bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) {
1137 if (!disable_shell_protocol) {
1127 send_shell_command(TransportType transport_type, const char* serial, const std::string& command, bool disable_shell_protocol, StandardStreamsCallbackInterface* callback) argument

Completed in 196 milliseconds