Searched defs:updateQuota (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DBandwidthController.cpp640 res |= updateQuota(costName, maxBytes);
747 res |= updateQuota(costName, maxBytes);
822 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) { function in class:BandwidthController
907 res = updateQuota(alertName, bytes);
1045 res = updateQuota(alertName, *alertBytes);

Completed in 20 milliseconds