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);
407 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) { in prepCostlyIface() argument415 switch (quotaType) { in prepCostlyIface()438 ALOGE("Unexpected quotatype %d", quotaType); in prepCostlyIface()461 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) { in cleanupCostlyIface() argument467 switch (quotaType) { in cleanupCostlyIface()477 ALOGE("Unexpected quotatype %d", quotaType); in cleanupCostlyIface()487 if (quotaType == QuotaUnique) { in cleanupCostlyIface()