Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.cpp26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase()
67 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.cpp42 bool isLayerActive(const LayerInfo& info, nsecs_t threshold) { in isLayerActive()
180 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
/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/av/media/libaaudio/src/client/
DAudioEndpoint.cpp180 uint32_t threshold = descriptor->capacityInFrames / 2; in configure() local
/frameworks/base/core/java/android/window/
DSizeConfigurationBuckets.java141 final int threshold = thresholds[i]; in crossesSizeThreshold() 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/packages/SettingsLib/src/com/android/settingslib/utils/
DPowerUtil.java261 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java405 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
/frameworks/base/core/java/android/os/
DLooper.java294 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
DBinder.java1237 final int batchSize, final float threshold, in setHeavyHitterWatcherConfig()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java499 final int threshold = width * height / 4; in scanImage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java66 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl()
/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/services/core/java/com/android/server/power/
DThermalManagerService.java1096 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local
1226 Float threshold = mSevereThresholds.get(name); in getForecast() local
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java293 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
/frameworks/native/cmds/flatland/
DMain.cpp610 const double threshold = .0025; in runTest() local
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java825 final float threshold = mCallback.getMoveThreshold(viewHolder); in moveIfNecessary() local
1214 final float threshold = mRecyclerView.getWidth() * mCallback in checkHorizontalSwipe() local
1241 final float threshold = mRecyclerView.getHeight() * mCallback in checkVerticalSwipe() local
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java554 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in MbcBand()
641 public void setThreshold(float threshold) { mThreshold = threshold; } in setThreshold()
918 float releaseTime, float ratio, float threshold, float postGain) { in Limiter()
1008 public void setThreshold(float threshold) { mThreshold = threshold; } in setThreshold()

12