Searched refs:setInterfaceThrottle (Results 1 - 3 of 3) sorted by relevance

/system/netd/
H A DThrottleController.h22 static int setInterfaceThrottle(const char *iface, int rxKbps, int txKbps);
H A DThrottleController.cpp60 int ThrottleController::setInterfaceThrottle(const char *iface, int rxKbps, int txKbps) { function in class:ThrottleController
H A DCommandListener.cpp313 if (ThrottleController::setInterfaceThrottle(argv[2], atoi(argv[3]), atoi(argv[4]))) {

Completed in 24 milliseconds