Home
last modified time | relevance | path

Searched refs:hysteresisMs (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSignalThresholdInfo.java307 @SignalMeasurementType int signalMeasurementType, int hysteresisMs, int hysteresisDb, in SignalThresholdInfo() argument
315 mHysteresisMs = hysteresisMs < 0 ? HYSTERESIS_MS_DISABLED : hysteresisMs; in SignalThresholdInfo()
364 public @NonNull Builder setHysteresisMs(int hysteresisMs) {
365 mHysteresisMs = hysteresisMs;
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadio.hal77 * only valid field may be hysteresisMs: hysteresisDb and thresholdsDbm must be set to zero and
84 * @param hysteresisMs A hysteresis time in milliseconds to prevent flapping. A value of 0
93 oneway setSignalStrengthReportingCriteria(int32_t serial, int32_t hysteresisMs,
107 * @param hysteresisMs A hysteresis time in milliseconds to prevent flapping. A value of 0
121 oneway setLinkCapacityReportingCriteria(int32_t serial, int32_t hysteresisMs,
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp30 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
55 signalThresholdInfo.hysteresisMs = 0; in TEST_P()
79 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
104 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
129 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
154 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
179 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
200 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
225 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
255 signalThresholdInfo.hysteresisMs = 5000; in TEST_P()
[all …]
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadio.hal64 * hysteresisDb, hysteresisMs and isEnabled.
82 * @param hysteresisMs A hysteresis time in milliseconds to prevent flapping. A value of 0
96 oneway setLinkCapacityReportingCriteria_1_5(int32_t serial, int32_t hysteresisMs,
H A Dtypes.hal132 int32_t hysteresisMs;
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.h266 int32_t serial, int32_t hysteresisMs, int32_t hysteresisDb,
270 int32_t serial, int32_t hysteresisMs, int32_t hysteresisDlKbps, int32_t hysteresisUlKbps,
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java666 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java1433 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
H A DSimulatedCommands.java2361 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2432 void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
H A DRIL.java5347 signalThresholdInfoHal.hysteresisMs = signalThresholdInfo.getHysteresisMs(); in convertToHalSignalThresholdInfo()
5356 public void setLinkCapacityReportingCriteria(int hysteresisMs, int hysteresisDlKbps, in setLinkCapacityReportingCriteria() argument
5370 radioProxy15.setLinkCapacityReportingCriteria_1_5(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()
5380 radioProxy12.setLinkCapacityReportingCriteria(rr.mSerial, hysteresisMs, in setLinkCapacityReportingCriteria()