Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java259 mSentSinceLastRecv = (stat.receivedCount == 0) in pollSocketsInfo()
261 mLatestReceivedCount = stat.receivedCount; in pollSocketsInfo()
346 stat.receivedCount = current.tcpInfo.mSegsIn; in calculateLatestPacketsStat()
352 stat.receivedCount -= previous.tcpInfo.mSegsIn; in calculateLatestPacketsStat()
510 public int receivedCount; field in TcpSocketTracker.TcpStat
517 receivedCount += stat.receivedCount; in accumulate()