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

  /system/netd/
CommandListener.cpp 48 BandwidthController * CommandListener::sBandwidthCtrl = NULL;
159 if (!sBandwidthCtrl)
160 sBandwidthCtrl = new BandwidthController();
204 sBandwidthCtrl->setupIptablesHooks();
211 sBandwidthCtrl->enableBandwidthControl(false);
819 rc = sBandwidthCtrl->setGlobalAlertInForwardChain();
823 rc = sBandwidthCtrl->removeGlobalAlertInForwardChain()
    [all...]
CommandListener.h 41 static BandwidthController *sBandwidthCtrl;

Completed in 452 milliseconds