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.cpp897 return removeCostlyAlert("shared", &sharedAlertBytes);
933 return removeCostlyAlert(iface, &it->alert);
961 int BandwidthController::removeCostlyAlert(const char *costName, int64_t *alertBytes) { function in class:BandwidthController

Completed in 36 milliseconds