Home
last modified time | relevance | path

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

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