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

/system/netd/server/
H A DCommandListener.cpp89 BandwidthController * CommandListener::sBandwidthCtrl = NULL; member in class:CommandListener
196 if (!sBandwidthCtrl)
197 sBandwidthCtrl = new BandwidthController();
241 sBandwidthCtrl->setupIptablesHooks();
248 sBandwidthCtrl->enableBandwidthControl(false);
669 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
673 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
871 int rc = sBandwidthCtrl->enableBandwidthControl(true);
877 int rc = sBandwidthCtrl->disableBandwidthControl();
887 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h40 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 173 milliseconds