OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sBandwidthCtrl
(Results
1 - 2
of
2
) sorted by null
/system/netd/
CommandListener.cpp
48
BandwidthController * CommandListener::
sBandwidthCtrl
= NULL;
157
if (!
sBandwidthCtrl
)
158
sBandwidthCtrl
= new BandwidthController();
202
sBandwidthCtrl
->setupIptablesHooks();
209
sBandwidthCtrl
->enableBandwidthControl(false);
817
rc =
sBandwidthCtrl
->setGlobalAlertInForwardChain();
821
rc =
sBandwidthCtrl
->removeGlobalAlertInForwardChain();
[
all
...]
CommandListener.h
41
static BandwidthController *
sBandwidthCtrl
;
Completed in 66 milliseconds