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

/system/netd/
H A DBandwidthController.cpp249 globalAlertTetherCount = 0;
811 if (globalAlertTetherCount) {
812 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
824 globalAlertTetherCount++;
825 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
832 if (!globalAlertBytes || globalAlertTetherCount != 1) {
851 if (globalAlertTetherCount) {
862 if (!globalAlertTetherCount) {
867 globalAlertTetherCount--;
873 if (!globalAlertBytes || globalAlertTetherCount >
[all...]
H A DBandwidthController.h160 int globalAlertTetherCount; member in class:BandwidthController

Completed in 80 milliseconds