Searched refs:globalAlertTetherCount (Results 1 – 2 of 2) sorted by relevance
270 globalAlertTetherCount = 0; in enableBandwidthControl()929 if (globalAlertTetherCount) { in setGlobalAlert()930 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount); in setGlobalAlert()942 globalAlertTetherCount++; in setGlobalAlertInForwardChain()943 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount); in setGlobalAlertInForwardChain()950 if (!globalAlertBytes || globalAlertTetherCount != 1) { in setGlobalAlertInForwardChain()969 if (globalAlertTetherCount) { in removeGlobalAlert()980 if (!globalAlertTetherCount) { in removeGlobalAlertInForwardChain()985 globalAlertTetherCount--; in removeGlobalAlertInForwardChain()991 if (!globalAlertBytes || globalAlertTetherCount >= 1) { in removeGlobalAlertInForwardChain()
198 int globalAlertTetherCount; variable