Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h35 : rxBytes(-1), rxPackets(-1), in TetherStats()
41 rxBytes(rxB), rxPackets(rxP), in TetherStats()
47 int64_t rxBytes, rxPackets; variable
58 rxBytes += other.rxBytes; in addStatsIfMatch()
DBandwidthController.cpp1164 stats.rxBytes = bytes; in addForwardChainStats()
1176 stats.rxBytes = bytes; in addForwardChainStats()
1190 stats.rxBytes = bytes; in addForwardChainStats()
1197 if (stats.rxBytes != -1 && stats.txBytes != -1) { in addForwardChainStats()
1198 …ALOGV("rx_bytes=%" PRId64" tx_bytes=%" PRId64" filterPair=%d", stats.rxBytes, stats.txBytes, filte… in addForwardChainStats()
1211 if (((stats.rxBytes == -1) != (stats.txBytes == -1)) || in addForwardChainStats()
1221 rxBytes, rxPackets, txBytes, txPackets); in getStatsLine()