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

/system/netd/
H A DBandwidthController.h30 : rxBytes(-1), rxPackets(-1),
36 rxBytes(rxB), rxPackets(rxP),
42 int64_t rxBytes, rxPackets; member in class:BandwidthController::TetherStats
H A DBandwidthController.cpp1131 stats.rxBytes = bytes;
1143 stats.rxBytes = bytes;
1157 stats.rxBytes = 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 3186 milliseconds