Searched refs:setPortForwarding (Results 1 – 3 of 3) sorted by relevance
29 bool setPortForwarding(int hostPort, int devicePort);
37 if (!adb.setPortForwarding(HOST_TCP_PORT, CLIENT_TCP_PORT)) { in init()
32 bool Adb::setPortForwarding(int hostPort, int devicePort) in setPortForwarding() function in Adb