Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp295 globalAlertTetherCount = 0; in enableBandwidthControl()
894 if (globalAlertTetherCount) { in setGlobalAlert()
895 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount); in setGlobalAlert()
907 globalAlertTetherCount++; in setGlobalAlertInForwardChain()
908 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount); in setGlobalAlertInForwardChain()
915 if (!globalAlertBytes || globalAlertTetherCount != 1) { in setGlobalAlertInForwardChain()
934 if (globalAlertTetherCount) { in removeGlobalAlert()
945 if (!globalAlertTetherCount) { in removeGlobalAlertInForwardChain()
950 globalAlertTetherCount--; in removeGlobalAlertInForwardChain()
956 if (!globalAlertBytes || globalAlertTetherCount >= 1) { in removeGlobalAlertInForwardChain()
DBandwidthController.h221 int globalAlertTetherCount; variable