Searched refs:receivedCount (Results 1 – 1 of 1) sorted by relevance
259 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.TcpStat517 receivedCount += stat.receivedCount; in accumulate()