Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc123 StopWatching(); in Close()
154 void PosixAsyncSocket::StopWatching() { in StopWatching() function in android::net::PosixAsyncSocket
Dposix_async_socket.h75 void StopWatching() override;
Dposix_async_socket_server.cc118 void PosixAsyncSocketServer::StopListening() { server_socket_->StopWatching(); } in StopListening()
/packages/modules/Bluetooth/tools/rootcanal/net/
Dasync_data_channel.h91 virtual void StopWatching() = 0;
/packages/modules/Bluetooth/tools/rootcanal/test/
Dposix_socket_unittest.cc202 sock->StopWatching(); in TEST_F()