Home
last modified time | relevance | path

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

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