OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPortForwarding
(Results
1 - 3
of
3
) sorted by null
/cts/suite/audio_quality/lib/src/
Adb.h
29
bool
setPortForwarding
(int hostPort, int devicePort);
ClientImpl.cpp
37
if (!adb.
setPortForwarding
(HOST_TCP_PORT, CLIENT_TCP_PORT)) {
Adb.cpp
32
bool Adb::
setPortForwarding
(int hostPort, int devicePort)
Completed in 2835 milliseconds