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

/system/netd/
H A DCommandListener.cpp50 BandwidthController * CommandListener::sBandwidthCtrl = NULL; member in class:CommandListener
81 if (!sBandwidthCtrl)
82 sBandwidthCtrl = new BandwidthController();
103 sBandwidthCtrl->setupIptablesHooks();
110 sBandwidthCtrl->enableBandwidthControl(false);
635 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
639 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
941 int rc = sBandwidthCtrl->enableBandwidthControl(true);
947 int rc = sBandwidthCtrl->disableBandwidthControl();
957 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h39 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 702 milliseconds