Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h36 txBytes(-1), txPackets(-1) {}; in TetherStats()
42 txBytes(txB), txPackets(txP) {}; in TetherStats()
48 int64_t txBytes, txPackets; variable
60 txBytes += other.txBytes; in addStatsIfMatch()
DBandwidthController.cpp1168 stats.txBytes = bytes; in addForwardChainStats()
1182 stats.txBytes = bytes; in addForwardChainStats()
1194 stats.txBytes = bytes; in addForwardChainStats()
1197 if (stats.rxBytes != -1 && stats.txBytes != -1) { in addForwardChainStats()
1198 …"rx_bytes=%" PRId64" tx_bytes=%" PRId64" filterPair=%d", stats.rxBytes, stats.txBytes, filterPair); in addForwardChainStats()
1211 if (((stats.rxBytes == -1) != (stats.txBytes == -1)) || in addForwardChainStats()
1221 rxBytes, rxPackets, txBytes, txPackets); in getStatsLine()