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);
654 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
658 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
848 int rc = sBandwidthCtrl->enableBandwidthControl(true);
854 int rc = sBandwidthCtrl->disableBandwidthControl();
864 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h40 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 289 milliseconds