Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DStubDevice.java69 public void createForward(int localPort, int remotePort) throws TimeoutException, in createForward() argument
342 public void removeForward(int localPort, int remotePort) throws TimeoutException, in removeForward() argument
464 public void createForward(int localPort, String remoteSocketName, in createForward() argument
474 public void removeForward(int localPort, String remoteSocketName, in removeForward() argument
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino8 unsigned int localPort = 8888;
22 Udp.begin(localPort);