Searched refs:hysteresis (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | README.txt | 51 for hysteresis. Try holding the device in one orientation and slowly turning 66 In other words, the hysteresis gap applies only when the measured orientation
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 180 /* Time between overheat threshold trip and hysteresis, in seconds. */ 183 /* Time between hysteresis and active mitigation ending, in seconds. */
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SignalStrengthController.java | 872 @Nullable int[] systemThresholds, int hysteresis) { in getConsolidatedSignalThresholds() argument 877 if (y >= x - hysteresis && y <= x + hysteresis) { in getConsolidatedSignalThresholds()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SignalStrengthControllerTest.java | 400 final int hysteresis = 2; in getConsolidatedSignalThresholds_consolidateAppsThresholdsWithSystem() local 431 ran, measurement, systemThresholds, hysteresis in getConsolidatedSignalThresholds_consolidateAppsThresholdsWithSystem()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | canny.rscript | 303 uchar __attribute__((kernel)) hysteresis(uchar in, uint32_t x, uint32_t y) {
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6756 /* Time between overheat threshold trip and hysteresis, in seconds. */ 6759 /* Time between hysteresis and active mitigation ending, in seconds. */
|