Searched refs:quotaType (Results 1 – 2 of 2) sorted by relevance
133 int prepCostlyIface(const char *ifn, QuotaType quotaType);134 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
466 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument474 switch (quotaType) { in prepCostlyIface()497 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()526 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument532 switch (quotaType) { in cleanupCostlyIface()542 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()554 if (quotaType == QuotaUnique) { in cleanupCostlyIface()