Lines Matching refs:alert
143 const Alert &alert, const sp<AlarmMonitor>& anomalyAlarmMonitor) {
146 if (alert.trigger_if_sum_gt() > alert.num_buckets() * mBucketSizeNs) {
147 ALOGW("invalid alert for SUM: threshold (%f) > possible recordable value (%d x %lld)",
148 alert.trigger_if_sum_gt(), alert.num_buckets(), (long long)mBucketSizeNs);
153 new DurationAnomalyTracker(alert, mConfigKey, anomalyAlarmMonitor);