Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.h29 txBytes(-1), txPackets(-1) {}; in TetherStats()
35 txBytes(txB), txPackets(txP) {}; in TetherStats()
39 int64_t txBytes, txPackets; variable
DBandwidthController.cpp1021 stats.txBytes = bytes; in parseForwardChainStats()
1025 return (stats.rxBytes == -1 || stats.txBytes == -1) ? -1 : 0; in parseForwardChainStats()
1032 rxBytes, rxPackets, txBytes, txPackets); in getStatsLine()
1042 if (stats.rxBytes != -1 || stats.txBytes != -1) { in getTetherStats()