Home
last modified time | relevance | path

Searched refs:PosixAsyncSocketConnector (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket_connector.h41 class PosixAsyncSocketConnector : public AsyncDataChannelConnector {
43 PosixAsyncSocketConnector(AsyncManager* am);
44 ~PosixAsyncSocketConnector() = default;
Dposix_async_socket_connector.cc33 PosixAsyncSocketConnector::PosixAsyncSocketConnector(AsyncManager* am) in PosixAsyncSocketConnector() function in android::net::PosixAsyncSocketConnector
37 PosixAsyncSocketConnector::ConnectToRemoteServer( in ConnectToRemoteServer()
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Droot_canal_main.cc36 using ::android::net::PosixAsyncSocketConnector;
137 return std::make_shared<PosixAsyncSocketConnector>(am); in main()
/packages/modules/Bluetooth/tools/rootcanal/test/
Dposix_socket_unittest.cc106 PosixAsyncSocketConnector pasc_;
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc197 std::make_shared<net::PosixAsyncSocketConnector>(&async_manager_); in initialize_impl()