Searched refs:CLIENT_TCP_PORT (Results 1 – 2 of 2) sorted by relevance
/cts/suite/audio_quality/lib/src/ | ||
D | ClientImpl.h | 29 static const int CLIENT_TCP_PORT = 15001; variable |
D | ClientImpl.cpp | 37 if (!adb.setPortForwarding(HOST_TCP_PORT, CLIENT_TCP_PORT)) { in init() |