Searched refs:PosixAsyncSocketServer (Results 1 – 5 of 5) sorted by relevance
33 PosixAsyncSocketServer::PosixAsyncSocketServer(int port, AsyncManager* am) in PosixAsyncSocketServer() function in android::net::PosixAsyncSocketServer83 bool PosixAsyncSocketServer::StartListening() { in StartListening()93 void PosixAsyncSocketServer::Close() { in Close()99 bool PosixAsyncSocketServer::Connected() { in Connected()103 void PosixAsyncSocketServer::AcceptSocket() { in AcceptSocket()118 void PosixAsyncSocketServer::StopListening() { server_socket_->StopWatching(); } in StopListening()
35 class PosixAsyncSocketServer : public AsyncDataChannelServer {39 PosixAsyncSocketServer(int port, AsyncManager* am);
37 using ::android::net::PosixAsyncSocketServer;134 return std::make_shared<PosixAsyncSocketServer>(port, am); in main()
191 std::make_shared<net::PosixAsyncSocketServer>(6111, &async_manager_); in initialize_impl()193 std::make_shared<net::PosixAsyncSocketServer>(6211, &async_manager_); in initialize_impl()195 std::make_shared<net::PosixAsyncSocketServer>(6311, &async_manager_); in initialize_impl()
107 PosixAsyncSocketServer pass_;