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

  /system/netd/server/
BandwidthController.h 115 enum QuotaType { QuotaUnique, QuotaShared };
130 int prepCostlyIface(const char *ifn, QuotaType quotaType);
131 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
BandwidthController.cpp 507 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) {
515 switch (quotaType) {
538 ALOGE("Unexpected quotatype %d", quotaType);
561 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) {
567 switch (quotaType) {
577 ALOGE("Unexpected quotatype %d", quotaType);
    [all...]

Completed in 25 milliseconds