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

  /system/netd/
BandwidthController.h 25 class BandwidthController {
52 BandwidthController();
BandwidthController.cpp 21 * multiple calls in parallel to reach the BandwidthController.
40 #define LOG_TAG "BandwidthController"
46 #include "BandwidthController.h"
52 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";
53 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT";
54 const char* BandwidthController::LOCAL_FORWARD = "bw_FORWARD";
55 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";
56 const char* BandwidthController::LOCAL_RAW_PREROUTING = "bw_raw_PREROUTING";
57 const char* BandwidthController::LOCAL_MANGLE_POSTROUTING = "bw_mangle_POSTROUTING";
58 const int BandwidthController::MAX_CMD_ARGS = 32
    [all...]

Completed in 1401 milliseconds