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

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

Completed in 318 milliseconds