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
150 if (!sBandwidthCtrl)
151 sBandwidthCtrl = new BandwidthController();
194 sBandwidthCtrl->setupIptablesHooks();
201 sBandwidthCtrl->enableBandwidthControl(false);
647 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
651 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
884 int rc = sBandwidthCtrl->enableBandwidthControl(true);
890 int rc = sBandwidthCtrl->disableBandwidthControl();
900 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h40 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 662 milliseconds