Searched refs:NewServer (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dsocket.h65 static std::unique_ptr<Socket> NewServer(Protocol protocol, int port);
H A Dsocket_test.cpp38 *server = Socket::NewServer(protocol, 0);
175 std::unique_ptr<Socket> sock = Socket::NewServer(Socket::Protocol::kUdp, 0);
212 std::unique_ptr<Socket> sock = Socket::NewServer(Socket::Protocol::kTcp, 0);
H A Dsocket.cpp267 std::unique_ptr<Socket> Socket::NewServer(Protocol protocol, int port) { function in class:Socket

Completed in 4083 milliseconds