Searched refs:StopListening (Results 1 – 4 of 4) sorted by relevance
114 StopListening(); in AcceptSocket()118 void PosixAsyncSocketServer::StopListening() { server_socket_->StopWatching(); } in StopListening() function in android::net::PosixAsyncSocketServer
46 void StopListening() override;
49 virtual void StopListening() = 0;
42 socket_server_->StopListening(); in CleanUp()