HomeSort by relevance Sort by last modified time
    Searched refs:removeCostlyAlert (Results 1 - 2 of 2) sorted by null

  /system/netd/
BandwidthController.h 130 int removeCostlyAlert(const char *costName, int64_t *alertBytes);
BandwidthController.cpp 920 return removeCostlyAlert("shared", &sharedAlertBytes);
956 return removeCostlyAlert(iface, &it->alert);
984 int BandwidthController::removeCostlyAlert(const char *costName, int64_t *alertBytes) {
    [all...]

Completed in 83 milliseconds