Searched refs:devicePort (Results 1 – 2 of 2) sorted by relevance
32 bool Adb::setPortForwarding(int hostPort, int devicePort) in setPortForwarding() argument35 if (command.appendFormat("forward tcp:%d tcp:%d", hostPort, devicePort) != 0) { in setPortForwarding()
29 bool setPortForwarding(int hostPort, int devicePort);