Home
last modified time | relevance | path

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

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