Searched refs:PosixAsyncSocketConnector (Results 1 – 5 of 5) sorted by relevance
41 class PosixAsyncSocketConnector : public AsyncDataChannelConnector {43 PosixAsyncSocketConnector(AsyncManager* am);44 ~PosixAsyncSocketConnector() = default;
33 PosixAsyncSocketConnector::PosixAsyncSocketConnector(AsyncManager* am) in PosixAsyncSocketConnector() function in android::net::PosixAsyncSocketConnector37 PosixAsyncSocketConnector::ConnectToRemoteServer( in ConnectToRemoteServer()
36 using ::android::net::PosixAsyncSocketConnector;137 return std::make_shared<PosixAsyncSocketConnector>(am); in main()
106 PosixAsyncSocketConnector pasc_;
197 std::make_shared<net::PosixAsyncSocketConnector>(&async_manager_); in initialize_impl()