Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DAdb.h29 bool setPortForwarding(int hostPort, int devicePort);
DClientImpl.cpp37 if (!adb.setPortForwarding(HOST_TCP_PORT, CLIENT_TCP_PORT)) { in init()
DAdb.cpp32 bool Adb::setPortForwarding(int hostPort, int devicePort) in setPortForwarding() function in Adb