Searched refs:hysteresisDb (Results 1 – 2 of 2) sorted by relevance
161 int hysteresisMs, int hysteresisDb, @NonNull int [] thresholds, boolean isEnabled) { in SignalThresholdInfo() argument164 mHysteresisDb = hysteresisDb < 0 ? HYSTERESIS_DB_DISABLED : hysteresisDb; in SignalThresholdInfo()
4952 signalThresholdInfoHal.hysteresisDb = signalThresholdInfo.getHysteresisDb(); in convertToHalSignalThresholdInfo()