Searched refs:sBandwidthCtrl (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DCommandListener.cpp48 BandwidthController * CommandListener::sBandwidthCtrl = NULL; member in class:CommandListener
157 if (!sBandwidthCtrl)
158 sBandwidthCtrl = new BandwidthController();
202 sBandwidthCtrl->setupIptablesHooks();
209 sBandwidthCtrl->enableBandwidthControl(false);
817 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
821 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
1080 int rc = sBandwidthCtrl->enableBandwidthControl(true);
1086 int rc = sBandwidthCtrl->disableBandwidthControl();
1096 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h41 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 375 milliseconds