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
158 if (!sBandwidthCtrl)
159 sBandwidthCtrl = new BandwidthController();
203 sBandwidthCtrl->setupIptablesHooks();
210 sBandwidthCtrl->enableBandwidthControl(false);
818 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
822 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
1079 int rc = sBandwidthCtrl->enableBandwidthControl(true);
1085 int rc = sBandwidthCtrl->disableBandwidthControl();
1095 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h41 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 712 milliseconds