Home
last modified time | relevance | path

Searched defs:thresholds (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/native/android/tests/thermal/
DNativeThermalUnitTest.cpp85 const std::vector<float> thresholds; member
98 static std::vector<float> convertThresholds(const AThermalHeadroomThreshold* thresholds, in convertThresholds()
108 const AThermalHeadroomThreshold* thresholds, size_t size) { in onHeadroomChange1()
114 const AThermalHeadroomThreshold* thresholds, size_t size) { in onHeadroomChange2()
148 const AThermalHeadroomThreshold* thresholds, in checkThermalHeadroomThresholds()
182 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
193 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
204 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
247 const ::std::vector<float> thresholds = {0.1f, 0.2f}; in TEST_F() local
300 std::vector<float> thresholds = {0.1f, 0.2f}; in TEST_F() local
/frameworks/base/telephony/java/android/telephony/ims/
DMediaThreshold.java239 TreeSet<Integer> thresholds = new TreeSet<>(); in setThresholdsRtpPacketLossRate() local
269 TreeSet<Integer> thresholds = new TreeSet<>(); in setThresholdsRtpJitterMillis() local
299 TreeSet<Long> thresholds = new TreeSet<>(); in setThresholdsRtpInactivityTimeMillis() local
/frameworks/base/services/core/java/com/android/server/display/
DSmallAreaDetectionController.java40 private static native void nativeUpdateSmallAreaDetection(int[] appIds, float[] thresholds); in nativeUpdateSmallAreaDetection()
118 final float[] thresholds = new float[appIdThresholdList.size()]; in updateSmallAreaDetection() local
127 void updateSmallAreaDetection(int[] appIds, float[] thresholds) { in updateSmallAreaDetection()
/frameworks/base/services/core/java/com/android/server/display/utils/
DDeviceConfigParsingUtils.java164 float[] thresholds = new float[thresholdsInt.length]; in displayBrightnessThresholdsIntToFloat() local
186 float[] thresholds = new float[thresholdsInt.length]; in ambientBrightnessThresholdsIntToFloat() local
/frameworks/base/core/java/android/os/
DIThermalHeadroomListener.aidl30 in int forecastSeconds, in float[] thresholds); in onHeadroomChange()
/frameworks/base/core/tests/mockingcoretests/src/android/window/
DSizeConfigurationBucketsTest.java109 final int[] thresholds = new int[] { 360, 600 }; in testCrossesSizeThreshold() local
359 private void checkCrossesSizeThreshold(int[] thresholds, int oldValue, int newValue, in checkCrossesSizeThreshold()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java142 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in initializeThresholds() local
615 List<TemperatureThreshold> thresholds = mFakeHal.initializeThresholds(); in testGetThermalHeadroom_halForecast_disabledOnMultiThresholds() local
764 private void checkHeadroomThresholds(float[] expected, Map<Integer, Float> thresholds) { in checkHeadroomThresholds()
778 ArrayList<TemperatureThreshold> thresholds = new ArrayList<>(); in testGetThermalHeadroomThresholdsOnDefaultHalResult() local
/frameworks/base/services/core/java/com/android/server/wm/
DTrustedPresentationListenerController.java102 TrustedPresentationThresholds thresholds, int id) { in register()
175 TrustedPresentationThresholds thresholds, int id) { in registerListener()
445 private TrustedPresentationInfo(TrustedPresentationThresholds thresholds, int id, in TrustedPresentationInfo()
/frameworks/base/services/core/java/com/android/server/cpu/
DCpuAvailabilityMonitoringConfig.java70 public Builder(int cpuset, int... thresholds) { in Builder()
DCpuMonitorService.java448 int curAvailabilityPercent, IntArray thresholds) { in didCrossAnyThreshold()
/frameworks/base/services/core/jni/
Dcom_android_server_display_SmallAreaDetectionController.cpp32 ScopedFloatArrayRO thresholds(env, jthresholds); in nativeUpdateSmallAreaDetection() local
/frameworks/base/native/android/
Dthermal.cpp108 binder::Status ThermalServiceHeadroomListener::onHeadroomChange( in onHeadroomChange()
177 status_t AThermalManager::notifyHeadroomChange(float headroom, float forecastHeadroom, in notifyHeadroomChange()
348 auto thresholds = std::make_unique<std::vector<float>>(); in getThermalHeadroomThresholds() local
/frameworks/native/services/surfaceflinger/tests/
DLayerTrustedPresentationListener_test.cpp49 TrustedPresentationThresholds thresholds; in thresh() local
96 TrustedPresentationThresholds thresholds; member in android::LayerTrustedPresentationListenerTest
/frameworks/base/services/core/java/com/android/server/display/config/
DHysteresisLevels.java305 private static HysteresisLevels createHysteresisLevels( in createHysteresisLevels()
355 private static Pair<float[], float[]> getBrightnessLevelAndPercentage( in getBrightnessLevelAndPercentage()
/frameworks/base/telephony/java/android/telephony/
DSignalThresholdInfo.java341 @NonNull int[] thresholds, in SignalThresholdInfo()
DCellSignalStrengthNr.java468 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
DCellSignalStrengthLte.java370 private int updateLevelWithMeasure(int measure, int[] thresholds) { in updateLevelWithMeasure()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalThresholdInfoTest.java384 int ran, int signalMeasurementType, int[] thresholds, int hysteresisDb) { in buildWithInvalidParameterThrowException()
/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java224 public static boolean crossesSizeThreshold(int[] thresholds, int firstDp, in crossesSizeThreshold()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java3712 String thresholds = toPropertyValue(brightnessThresholds); in setLowDisplayBrightnessThresholds() local
3725 String thresholds = toPropertyValue(ambientThresholds); in setLowAmbientBrightnessThresholds() local
3750 String thresholds = toPropertyValue(brightnessThresholds); in setHighDisplayBrightnessThresholds() local
3763 String thresholds = toPropertyValue(ambientThresholds); in setHighAmbientBrightnessThresholds() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSignalStrengthController.java1186 int measurementType, @NonNull int[] thresholds, int ran, boolean isEnabled) { in createSignalThresholdsInfo()
1200 int measurementType, @NonNull int[] thresholds, @NonNull int[] defaultThresholds, in validateAndCreateSignalThresholdInfo()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java486 final float[] thresholds; in onPullAtom() local
802 List<TemperatureThreshold> thresholds) { in dumpTemperatureThresholds()
1912 List<TemperatureThreshold> thresholds = in getAndUpdateThresholds() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp343 JankClassificationThresholds thresholds, in SurfaceFrame()
916 JankClassificationThresholds thresholds, bool useBootTimeClock, in FrameTimeline()
971 JankClassificationThresholds thresholds, in DisplayFrame()
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java885 @NonNull TrustedPresentationThresholds thresholds, Executor executor, in registerTrustedPresentationListener()
1015 private void addListener(IBinder window, TrustedPresentationThresholds thresholds, in addListener()
/frameworks/native/services/surfaceflinger/
DLayer.cpp288 const TrustedPresentationThresholds& thresholds) { in computeTrustedPresentationState()
1571 bool Layer::setTrustedPresentationInfo(TrustedPresentationThresholds const& thresholds, in setTrustedPresentationInfo()

12