Searched refs:ThrottleController (Results 1 - 4 of 4) sorted by relevance

/system/netd/
H A DThrottleController.h20 class ThrottleController { class
H A DThrottleController.cpp31 #define LOG_TAG "ThrottleController"
35 #include "ThrottleController.h"
43 int ThrottleController::runTcCmd(const char *cmd) {
60 int ThrottleController::setInterfaceThrottle(const char *iface, int rxKbps, int txKbps) {
149 void ThrottleController::reset(const char *iface) {
160 int ThrottleController::getInterfaceRxThrottle(const char *iface, int *rx) {
165 int ThrottleController::getInterfaceTxThrottle(const char *iface, int *tx) {
H A DAndroid.mk23 ThrottleController.cpp \
H A DCommandListener.cpp38 #include "ThrottleController.h"
292 rc = ThrottleController::getInterfaceRxThrottle(argv[2], &val);
294 rc = ThrottleController::getInterfaceTxThrottle(argv[2], &val);
313 if (ThrottleController::setInterfaceThrottle(argv[2], atoi(argv[3]), atoi(argv[4]))) {

Completed in 210 milliseconds