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

/system/netd/
H A DBandwidthController.cpp266 globalAlertTetherCount = 0;
910 if (globalAlertTetherCount) {
911 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
923 globalAlertTetherCount++;
924 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
931 if (!globalAlertBytes || globalAlertTetherCount != 1) {
950 if (globalAlertTetherCount) {
961 if (!globalAlertTetherCount) {
966 globalAlertTetherCount--;
972 if (!globalAlertBytes || globalAlertTetherCount >
[all...]
H A DBandwidthController.h197 int globalAlertTetherCount; member in class:BandwidthController

Completed in 58 milliseconds