Home
last modified time | relevance | path

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

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