Home
last modified time | relevance | path

Searched refs:Threshold (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DRescueParty.java91 private static final Threshold sBoot = new BootThreshold();
93 private static SparseArray<Threshold> sApps = new SparseArray<>();
143 Threshold t = sApps.get(uid); in noteAppCrash()
176 Threshold appThreshold = sApps.get(sApps.keyAt(i)); in resetAllThresholds()
277 private abstract static class Threshold { class in RescueParty
287 public Threshold(int uid, int triggerCount, long triggerWindow) { in Threshold() method in RescueParty.Threshold
323 private static class BootThreshold extends Threshold {
356 private static class AppThreshold extends Threshold {
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp36 struct Threshold { struct
41 static constexpr std::array<Threshold, 3> THRESHOLDS{
42 Threshold{.color = Color::Green_500, .percentFrametime = 0.8f},
43 Threshold{.color = Color::Lime_500, .percentFrametime = 1.0f},
44 Threshold{.color = Color::Red_500, .percentFrametime = 1.5f},
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DCompLim.h48 LVM_INT16 Threshold; /* Target threshold */ member
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DImageProcessHelper.java90 return new Threshold().compute(bitmap); in doInBackground()
108 private static class Threshold { class in ImageProcessHelper
/frameworks/base/services/
Dart-profile1677 HSPLcom/android/server/RescueParty$Threshold;->incrementAndTest()Z
18416 Lcom/android/server/RescueParty$Threshold;