Home
last modified time | relevance | path

Searched refs:quotaType (Results 1 – 2 of 2) sorted by relevance

/system/netd/
DBandwidthController.h112 int prepCostlyIface(const char *ifn, QuotaType quotaType);
113 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
DBandwidthController.cpp412 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument
420 switch (quotaType) { in prepCostlyIface()
443 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()
466 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument
472 switch (quotaType) { in cleanupCostlyIface()
482 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()
492 if (quotaType == QuotaUnique) { in cleanupCostlyIface()