Searched refs:use_shell_protocol (Results 1 – 1 of 1) sorted by relevance
296 static int read_and_dump(int fd, bool use_shell_protocol=false, std::string* output=nullptr, in read_and_dump() argument308 if (use_shell_protocol) { in read_and_dump()318 if (use_shell_protocol) { in read_and_dump()610 static std::string ShellServiceString(bool use_shell_protocol, in ShellServiceString() argument614 if (use_shell_protocol) { in ShellServiceString()641 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, in RemoteShell() argument644 std::string service_string = ShellServiceString(use_shell_protocol, in RemoteShell()669 if (use_shell_protocol) { in RemoteShell()702 exit_code = read_and_dump(fd, use_shell_protocol); in RemoteShell()723 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); in adb_shell() local[all …]