Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DClientImpl.h29 static const int CLIENT_TCP_PORT = 15001; variable
DClientImpl.cpp37 if (!adb.setPortForwarding(HOST_TCP_PORT, CLIENT_TCP_PORT)) { in init()