Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket_server.cc33 PosixAsyncSocketServer::PosixAsyncSocketServer(int port, AsyncManager* am) in PosixAsyncSocketServer() function in android::net::PosixAsyncSocketServer
83 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()
Dposix_async_socket_server.h35 class PosixAsyncSocketServer : public AsyncDataChannelServer {
39 PosixAsyncSocketServer(int port, AsyncManager* am);
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Droot_canal_main.cc37 using ::android::net::PosixAsyncSocketServer;
134 return std::make_shared<PosixAsyncSocketServer>(port, am); in main()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc191 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()
/packages/modules/Bluetooth/tools/rootcanal/test/
Dposix_socket_unittest.cc107 PosixAsyncSocketServer pass_;