HomeSort by relevance Sort by last modified time
    Searched refs:sBandwidthCtrl (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
CommandListener.cpp 89 BandwidthController * CommandListener::sBandwidthCtrl = NULL;
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->removeInterfaceSharedQuota(argv[2])
    [all...]
CommandListener.h 40 static BandwidthController *sBandwidthCtrl;

Completed in 57 milliseconds