Lines Matching refs:TcpSocketMonitor
100 const String16 TcpSocketMonitor::DUMP_KEYWORD = String16("tcp_socket_info");
101 const milliseconds TcpSocketMonitor::kDefaultPollingInterval = milliseconds(30000);
103 void TcpSocketMonitor::dump(DumpWriter& dw) { in dump()
156 void TcpSocketMonitor::setPollingInterval(milliseconds nextSleepDurationMs) { in setPollingInterval()
164 void TcpSocketMonitor::resumePolling() { in resumePolling()
179 void TcpSocketMonitor::suspendPolling() { in suspendPolling()
191 void TcpSocketMonitor::poll() { in poll()
255 void TcpSocketMonitor::waitForNextPoll() { in waitForNextPoll()
272 bool TcpSocketMonitor::isRunning() { in isRunning()
277 void TcpSocketMonitor::updateSocketStats(time_point now, Fwmark mark, in updateSocketStats()
319 TcpSocketMonitor::TcpSocketMonitor() { in TcpSocketMonitor() function in android::net::TcpSocketMonitor
334 TcpSocketMonitor::~TcpSocketMonitor() { in ~TcpSocketMonitor()