Home
last modified time | relevance | path

Searched refs:GetLocalPort (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dsocket.h102 int GetLocalPort();
Dsocket.cpp75 int Socket::GetLocalPort() { in GetLocalPort() function in Socket
Dsocket_test.cpp44 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()
/system/core/fastboot/fuzzer/
Dfastboot_fuzzer.cpp92 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr); in MakeConnectedSockets()