Searched refs:globalAlertTetherCount (Results 1 – 2 of 2) sorted by relevance
288 globalAlertTetherCount = 0; in enableBandwidthControl()773 if (globalAlertTetherCount) { in setGlobalAlert()774 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount); in setGlobalAlert()786 globalAlertTetherCount++; in setGlobalAlertInForwardChain()787 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount); in setGlobalAlertInForwardChain()794 if (!globalAlertBytes || globalAlertTetherCount != 1) { in setGlobalAlertInForwardChain()813 if (globalAlertTetherCount) { in removeGlobalAlert()824 if (!globalAlertTetherCount) { in removeGlobalAlertInForwardChain()829 globalAlertTetherCount--; in removeGlobalAlertInForwardChain()835 if (!globalAlertBytes || globalAlertTetherCount >= 1) { in removeGlobalAlertInForwardChain()
217 int globalAlertTetherCount; variable