/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoControllerBase.cpp | 26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase() 64 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { in setThreshold()
|
D | FifoController.h | 33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
|
D | FifoControllerIndirect.h | 37 fifo_frames_t threshold, in FifoControllerIndirect()
|
D | FifoBuffer.cpp | 181 void FifoBuffer::setThreshold(fifo_frames_t threshold) { in setThreshold()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderCallHeavyHitterWatcher.java | 146 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/ |
D | test_atomic_fifo.cpp | 35 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/ |
D | LayerHistory.cpp | 41 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/ |
D | FaceHelpMessageDeferralTest.kt | 38 val threshold = .75f constant in com.android.systemui.biometrics.FaceHelpMessageDeferralTest
|
/frameworks/base/libs/hwui/utils/ |
D | MathUtils.h | 77 float threshold) { in divisionsNeededToApproximateArc()
|
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | DPBase.cpp | 91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init() 166 float ratio, float threshold, float postGain) { in init()
|
D | DPBase.h | 139 void setThreshold(float threshold) { in setThreshold() 239 void setThreshold(float threshold) { in setThreshold()
|
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
D | SpringAnimation.java | 312 void setValueThreshold(float threshold) { in setValueThreshold()
|
D | SpringForce.java | 319 void setValueThreshold(double threshold) { in setValueThreshold()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | FaceHelpMessageDeferral.kt | 57 private val threshold: Float, constant in BiometricMessageDeferral
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BaseAppStateTimeSlotEventsTracker.java | 112 void onNumOfEventsThresholdChanged(int threshold) { in onNumOfEventsThresholdChanged() 230 final int threshold = DeviceConfig.getInt( in updateNumOfEventsThreshold() local
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioEndpoint.cpp | 184 uint32_t threshold = descriptor.capacityInFrames / 2; in configureDataQueue() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DrawableHolder.java | 128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
|
/frameworks/base/core/java/android/window/ |
D | SizeConfigurationBuckets.java | 230 final int threshold = thresholds[i]; in crossesSizeThreshold() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | PowerUtil.java | 261 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
|
/frameworks/base/core/java/android/os/ |
D | Looper.java | 294 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
D | ThermalManagerServiceTest.java | 406 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
D | ThresholdSensorImpl.java | 70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ThermalManagerService.java | 1100 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local 1229 Float threshold = mSevereThresholds.get(name); in getForecast() local
|
/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 1177 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/ |
D | VelocityTest.java | 293 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
|