Searched refs:use_shell_protocol (Results 1 – 2 of 2) sorted by relevance
/packages/modules/adb/client/ |
D | commandline.cpp | 279 int read_and_dump(borrowed_fd fd, bool use_shell_protocol, in read_and_dump() argument 289 if (use_shell_protocol) { in read_and_dump() 299 if (use_shell_protocol) { in read_and_dump() 578 static std::string ShellServiceString(bool use_shell_protocol, in ShellServiceString() argument 582 if (use_shell_protocol) { in ShellServiceString() 609 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, char escape_char, in RemoteShell() argument 613 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell() 639 if (use_shell_protocol) { in RemoteShell() 668 int exit_code = read_and_dump(fd, use_shell_protocol); in RemoteShell() 690 bool use_shell_protocol = CanUseFeature(*features, kFeatureShell2); // -x in adb_shell() local [all …]
|
D | commandline.h | 117 int read_and_dump(borrowed_fd fd, bool use_shell_protocol = false,
|