/aosp12/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_NFLOG.h | 29 __u16 threshold; member
|
/aosp12/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
H A D | ebt_nflog.h | 30 __u16 threshold; member
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiBlocklistMonitorTest.java | 296 int threshold = BLOCK_REASON_TO_DISABLE_THRESHOLD_MAP.get(failureReason); in testIgnoreIfOnlyBssid() local 318 int threshold = BLOCK_REASON_TO_DISABLE_THRESHOLD_MAP.get(failureReason); in testIgnoreIfOnlyBssidNotApplicableForSomeFailures() local 342 int threshold = BLOCK_REASON_TO_DISABLE_THRESHOLD_MAP.get(failureReason); in testFailuresOnDisabledConfigsGetBlocked() local 607 int threshold = entry.getValue(); in testIncrementingBlocklistStreakCount() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/ |
H A D | HighUsageDataParser.java | 42 public HighUsageDataParser(long timePeriodMs, int threshold) { in HighUsageDataParser()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/ |
H A D | BatterySaverScheduleRadioButtonsController.java | 62 final int threshold = in getDefaultKey() local
|
H A D | BatterySaverScheduleSeekBarController.java | 89 final int threshold = in updateSeekBar() local
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_display_SmallAreaDetectionController.cpp | 52 jfloat threshold) { in nativeSetSmallAreaDetectionThreshold()
|
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/ |
H A D | CpuAvailabilityMonitoringConfig.java | 78 public Builder addThreshold(int threshold) { in addThreshold()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | LayerHistory.cpp | 42 bool isLayerActive(const LayerInfo& info, nsecs_t threshold) { in isLayerActive() 180 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/ |
H A D | AnswerHintFactory.java | 97 long threshold = in shouldShowAnswerHint() local
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoOveruseMonitor.cpp | 127 PerStateBytes threshold) { in calculateOveruseAndForgivenBytes() 279 const auto threshold = mIoOveruseConfigs->fetchThreshold(dailyIoUsage->packageInfo); variable 302 const auto exceedsWarnThreshold = [&](double remaining, double threshold) { in __anon39c7dd3a0802() 395 for (const auto& threshold : mIoOveruseConfigs->systemWideAlertThresholds()) { in onPeriodicMonitor() local
|
H A D | IoOveruseConfigs.cpp | 108 Result<void> containsValidThreshold(const IoOveruseAlertThreshold& threshold) { in containsValidThreshold() 149 for (const auto& threshold : ioOveruseConfig.systemWideThresholds) { in isValidIoOveruseConfiguration() local 641 for (const auto& threshold : mAlertThresholds) { in get() local
|
H A D | OveruseConfigurationXmlHelper.cpp | 294 PerStateIoOveruseThreshold threshold; in readPerStateThresholds() local 578 for (const auto threshold : thresholds) { in writePackageSpecificThresholds() local 595 for (const auto threshold : thresholds) { in writeAppCategorySpecificThresholds() local 642 for (const auto threshold : thresholds) { in writeSystemWideThresholds() local
|
H A D | IoOveruseConfigs.h | 56 android::automotive::watchdog::internal::PerStateIoOveruseThreshold threshold; in defaultThreshold() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceMockingTest.java | 410 TemperatureThreshold threshold = ret.get(0).type == Temperature.TYPE_SKIN ? ret.get(0) in getTemperatureThresholds_aidl() local 449 TemperatureThreshold threshold = ret.get(0); in getTemperatureThresholds_withFilter_aidl() local
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/ |
H A D | Log.java | 23 private static LogTag threshold = LogTag.ERROR; field in Log
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | MathUtils.h | 77 float threshold) { in divisionsNeededToApproximateArc()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/ |
H A D | DataUsageSetThresholdBaseFragment.java | 158 abstract void onSave(long threshold); in onSave()
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | MathUtils.h | 77 float threshold) { in divisionsNeededToApproximateArc()
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
H A D | DPBase.cpp | 91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init() 166 float ratio, float threshold, float postGain) { in init()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
H A D | MostRecentImageSaver.java | 96 private void closeOlderImages(long threshold, Map<Long, ? extends ImageProxy> imageMap) { in closeOlderImages()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datausage/ |
H A D | DataUsageSetThresholdBaseFragmentTest.java | 180 protected void onSave(long threshold) {} in onSave()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/ |
H A D | tunnel.c | 159 uint32_t threshold) in ia_set_tunnel_out_buf_threshold()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | Suggest.java | 81 public void setAutoCorrectionThreshold(final float threshold) { in setAutoCorrectionThreshold() 90 public void setPlausibilityThreshold(final float threshold) { in setPlausibilityThreshold()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | ScrimView.java | 107 final float threshold = STATUS_BAR_COLOR_FORCE_UPDATE_THRESHOLD; in updateSysUiColors() local
|