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

  /system/netd/
ThrottleController.h 22 static int setInterfaceThrottle(const char *iface, int rxKbps, int txKbps);
ThrottleController.cpp 68 int ThrottleController::setInterfaceThrottle(const char *iface, int rxKbps, int txKbps) {
CommandListener.cpp 173 if (ThrottleController::setInterfaceThrottle(argv[2], atoi(argv[3]), atoi(argv[4]))) {
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 196 void setInterfaceThrottle(String iface, int rxKbps, int txKbps);
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 515 mNMService.setInterfaceThrottle(mIface, -1, -1);
516 mNMService.setInterfaceThrottle(mIface,
545 mNMService.setInterfaceThrottle(mIface,
634 mNMService.setInterfaceThrottle(mIface, -1, -1);
    [all...]
NetworkManagementService.java 729 public void setInterfaceThrottle(String iface, int rxKbps, int txKbps) {

Completed in 63 milliseconds