OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globalAlertTetherCount
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
BandwidthController.cpp
288
globalAlertTetherCount
= 0;
773
if (
globalAlertTetherCount
) {
774
ALOGV("setGlobalAlert for %d tether",
globalAlertTetherCount
);
786
globalAlertTetherCount
++;
787
ALOGV("setGlobalAlertInForwardChain(): %d tether",
globalAlertTetherCount
);
794
if (!globalAlertBytes ||
globalAlertTetherCount
!= 1) {
813
if (
globalAlertTetherCount
) {
824
if (!
globalAlertTetherCount
) {
829
globalAlertTetherCount
--;
835
if (!globalAlertBytes ||
globalAlertTetherCount
>= 1)
[
all
...]
BandwidthController.h
217
int
globalAlertTetherCount
;
Completed in 4724 milliseconds