Searched refs:quotaType (Results 1 – 2 of 2) sorted by relevance
112 int prepCostlyIface(const char *ifn, QuotaType quotaType);113 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
412 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument420 switch (quotaType) { in prepCostlyIface()443 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()466 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument472 switch (quotaType) { in cleanupCostlyIface()482 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()492 if (quotaType == QuotaUnique) { in cleanupCostlyIface()