HomeSort by relevance Sort by last modified time
    Searched refs:globalAlertTetherCount (Results 1 - 2 of 2) sorted by null

  /system/netd/
BandwidthController.cpp 274 globalAlertTetherCount = 0;
836 if (globalAlertTetherCount) {
837 ALOGV("setGlobalAlert for %d tether", globalAlertTetherCount);
849 globalAlertTetherCount++;
850 ALOGV("setGlobalAlertInForwardChain(): %d tether", globalAlertTetherCount);
857 if (!globalAlertBytes || globalAlertTetherCount != 1) {
876 if (globalAlertTetherCount) {
887 if (!globalAlertTetherCount) {
892 globalAlertTetherCount--;
898 if (!globalAlertBytes || globalAlertTetherCount >= 1)
    [all...]
BandwidthController.h 154 int globalAlertTetherCount;

Completed in 375 milliseconds