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

/system/netd/
H A DBandwidthController.h31 txBytes(-1), txPackets(-1) {};
37 txBytes(txB), txPackets(txP) {};
43 int64_t txBytes, txPackets; member in class:BandwidthController::TetherStats
H A DBandwidthController.cpp1135 stats.txBytes = bytes;
1149 stats.txBytes = bytes;
1161 stats.txBytes = bytes;
1164 if (stats.rxBytes != -1 && stats.txBytes != -1) {
1165 ALOGV("rx_bytes=%lld tx_bytes=%lld filterPair=%d", stats.rxBytes, stats.txBytes, filterPair);
1179 if ((stats.rxBytes == -1) == (stats.txBytes == -1)) {
1189 rxBytes, rxPackets, txBytes, txPackets);

Completed in 104 milliseconds