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

  /system/netd/
BandwidthController.h 23 class BandwidthController {
48 BandwidthController();
BandwidthController.cpp 21 * multiple calls in parallel to reach the BandwidthController.
40 #define LOG_TAG "BandwidthController"
48 #include "BandwidthController.h"
52 const int BandwidthController::ALERT_RULE_POS_IN_COSTLY_CHAIN = 4;
53 const char BandwidthController::ALERT_GLOBAL_NAME[] = "globalAlert";
54 const int BandwidthController::MAX_CMD_ARGS = 32;
55 const int BandwidthController::MAX_CMD_LEN = 1024;
56 const int BandwidthController::MAX_IFACENAME_LEN = 64;
57 const int BandwidthController::MAX_IPT_OUTPUT_LINE_LEN = 256;
59 bool BandwidthController::useLogwrapCall = false
    [all...]

Completed in 608 milliseconds