Searched refs:rxBytes (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | BandwidthController.h | 35 : rxBytes(-1), rxPackets(-1), in TetherStats() 41 rxBytes(rxB), rxPackets(rxP), in TetherStats() 47 int64_t rxBytes, rxPackets; variable
|
D | BandwidthController.cpp | 1138 stats.rxBytes = bytes; in parseForwardChainStats() 1150 stats.rxBytes = bytes; in parseForwardChainStats() 1164 stats.rxBytes = bytes; in parseForwardChainStats() 1171 if (stats.rxBytes != -1 && stats.txBytes != -1) { in parseForwardChainStats() 1172 …ALOGV("rx_bytes=%" PRId64" tx_bytes=%" PRId64" filterPair=%d", stats.rxBytes, stats.txBytes, filte… in parseForwardChainStats() 1189 if (((stats.rxBytes == -1) != (stats.txBytes == -1)) || in parseForwardChainStats() 1200 rxBytes, rxPackets, txBytes, txPackets); in getStatsLine()
|