Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.cpp26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase()
64 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { in setThreshold()
DFifoController.h33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
DFifoControllerIndirect.h37 fifo_frames_t threshold, in FifoControllerIndirect()
DFifoBuffer.cpp181 void FifoBuffer::setThreshold(fifo_frames_t threshold) { in setThreshold()
/frameworks/base/core/java/com/android/internal/os/
DBinderCallHeavyHitterWatcher.java146 int totalBinderCalls, float threshold, long timeSpan); in onHeavyHit()
247 public void setConfig(final boolean enable, final int batchSize, final float threshold, in setConfig()
292 final int batchSize, final float threshold, final int capacity) { in resetInternalLocked()
/frameworks/av/media/libaaudio/tests/
Dtest_atomic_fifo.cpp35 constexpr int threshold = 47; in TEST() local
79 constexpr int threshold = capacity; in TEST() local
112 explicit TestFifoBuffer(fifo_frames_t capacity, fifo_frames_t threshold = 0) in TestFifoBuffer()
368 constexpr int threshold = 37; // arbitrary in TEST() local
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp41 bool isLayerActive(const LayerInfo& info, nsecs_t threshold) { in isLayerActive()
175 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DFaceHelpMessageDeferralTest.kt38 val threshold = .75f constant in com.android.systemui.biometrics.FaceHelpMessageDeferralTest
/frameworks/base/libs/hwui/utils/
DMathUtils.h77 float threshold) { in divisionsNeededToApproximateArc()
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init()
166 float ratio, float threshold, float postGain) { in init()
DDPBase.h139 void setThreshold(float threshold) { in setThreshold()
239 void setThreshold(float threshold) { in setThreshold()
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DSpringAnimation.java312 void setValueThreshold(float threshold) { in setValueThreshold()
DSpringForce.java319 void setValueThreshold(double threshold) { in setValueThreshold()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFaceHelpMessageDeferral.kt57 private val threshold: Float, constant in BiometricMessageDeferral
/frameworks/base/services/core/java/com/android/server/am/
DBaseAppStateTimeSlotEventsTracker.java112 void onNumOfEventsThresholdChanged(int threshold) { in onNumOfEventsThresholdChanged()
230 final int threshold = DeviceConfig.getInt( in updateNumOfEventsThreshold() local
/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp184 uint32_t threshold = descriptor.capacityInFrames / 2; in configureDataQueue() local
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java230 final int threshold = thresholds[i]; in crossesSizeThreshold() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DPowerUtil.java261 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
/frameworks/base/core/java/android/os/
DLooper.java294 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java406 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl()
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java1100 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local
1229 Float threshold = mSevereThresholds.get(name); in getForecast() local
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp1177 const float threshold = values[5].f; in DP_setParameter() local
1229 const float threshold = values[6].f; in DP_setParameter() local
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java293 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()

12