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
77 if (!sBandwidthCtrl)
78 sBandwidthCtrl = new BandwidthController();
614 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
618 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain();
920 int rc = sBandwidthCtrl->enableBandwidthControl();
926 int rc = sBandwidthCtrl->disableBandwidthControl();
936 int rc = sBandwidthCtrl->removeInterfaceSharedQuota(argv[2]);
947 int rc = sBandwidthCtrl->getInterfaceSharedQuota(&bytes);
967 int rc = sBandwidthCtrl
[all...]
H A DCommandListener.h38 static BandwidthController *sBandwidthCtrl; member in class:CommandListener

Completed in 590 milliseconds