Home
last modified time | relevance | path

Searched defs:threshold (Results 26 – 50 of 157) sorted by relevance

1234567

/aosp12/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_NFLOG.h29 __u16 threshold; member
/aosp12/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_nflog.h30 __u16 threshold; member
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiBlocklistMonitorTest.java296 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 DHighUsageDataParser.java42 public HighUsageDataParser(long timePeriodMs, int threshold) { in HighUsageDataParser()
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/
H A DBatterySaverScheduleRadioButtonsController.java62 final int threshold = in getDefaultKey() local
H A DBatterySaverScheduleSeekBarController.java89 final int threshold = in updateSeekBar() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_display_SmallAreaDetectionController.cpp52 jfloat threshold) { in nativeSetSmallAreaDetectionThreshold()
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/
H A DCpuAvailabilityMonitoringConfig.java78 public Builder addThreshold(int threshold) { in addThreshold()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerHistory.cpp42 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 DAnswerHintFactory.java97 long threshold = in shouldShowAnswerHint() local
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseMonitor.cpp127 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 DIoOveruseConfigs.cpp108 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 DOveruseConfigurationXmlHelper.cpp294 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 DIoOveruseConfigs.h56 android::automotive::watchdog::internal::PerStateIoOveruseThreshold threshold; in defaultThreshold() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DThermalManagerServiceMockingTest.java410 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 DLog.java23 private static LogTag threshold = LogTag.ERROR; field in Log
/aosp12/frameworks/base/libs/hwui/utils/
H A DMathUtils.h77 float threshold) { in divisionsNeededToApproximateArc()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
H A DDataUsageSetThresholdBaseFragment.java158 abstract void onSave(long threshold); in onSave()
/aosp14/frameworks/base/libs/hwui/utils/
H A DMathUtils.h77 float threshold) { in divisionsNeededToApproximateArc()
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp91 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 DMostRecentImageSaver.java96 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 DDataUsageSetThresholdBaseFragmentTest.java180 protected void onSave(long threshold) {} in onSave()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dtunnel.c159 uint32_t threshold) in ia_set_tunnel_out_buf_threshold()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggest.java81 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 DScrimView.java107 final float threshold = STATUS_BAR_COLOR_FORCE_UPDATE_THRESHOLD; in updateSysUiColors() local

1234567