Searched refs:globalAlertTetherCount (Results 1 – 2 of 2) sorted by relevance
295 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()
221 int globalAlertTetherCount; variable