Searched refs:removeCostlyAlert (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DBandwidthController.h136 int removeCostlyAlert(const char *costName, int64_t *alertBytes);
H A DBandwidthController.cpp895 return removeCostlyAlert("shared", &sharedAlertBytes);
931 return removeCostlyAlert(iface, &it->alert);
959 int BandwidthController::removeCostlyAlert(const char *costName, int64_t *alertBytes) { function in class:BandwidthController

Completed in 430 milliseconds