Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dcommandline.cpp1395 static int adb_connect_command(const std::string& command, TransportId* transport, in adb_connect_command() function
1407 static int adb_connect_command(const std::string& command, TransportId* transport = nullptr) { in adb_connect_command() function
1408 return adb_connect_command(command, transport, &DEFAULT_STANDARD_STREAMS_CALLBACK); in adb_connect_command()
1805 return adb_connect_command("rescue-getprop:"); in adb_commandline()
1808 return adb_connect_command( in adb_commandline()
1832 return adb_connect_command(android::base::StringPrintf("tcpip:%d", port)); in adb_commandline()
1846 return adb_connect_command(command); in adb_commandline()
1848 return adb_connect_command("remount:"); in adb_commandline()
1869 return adb_connect_command(command); in adb_commandline()
2078 return adb_connect_command("jdwp"); in adb_commandline()
[all …]