/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoControllerBase.cpp | 26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase() 67 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 | 183 void FifoBuffer::setThreshold(fifo_frames_t threshold) { in setThreshold()
|
/frameworks/base/cmds/statsd/tests/e2e/ |
D | Anomaly_count_e2e_test.cpp | 32 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold, int refractory_period_sec) { in CreateStatsdConfig() 59 const int threshold = 3; in TEST() local 176 const int threshold = 3; in TEST() local 246 const int threshold = 0; in TEST() local 271 const int threshold = 0; in TEST() local 334 const int threshold = 0; in TEST() local
|
D | ConfigTtl_e2e_test.cpp | 31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig() 61 const int threshold = 3; in TEST() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | ProximityEvaluator.java | 22 float threshold = 0.1f; in evaluate() local
|
/frameworks/av/media/libaaudio/tests/ |
D | test_atomic_fifo.cpp | 34 constexpr int threshold = 47; in TEST() local 78 constexpr int threshold = capacity; in TEST() local 111 explicit TestFifoBuffer(fifo_frames_t capacity, fifo_frames_t threshold = 0) in TestFifoBuffer() 367 constexpr int threshold = 37; // arbitrary in TEST() local
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerHistory.cpp | 41 bool isLayerActive(const Layer& layer, const LayerInfo& info, nsecs_t threshold) { in isLayerActive() 145 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
|
D | LayerHistoryV2.cpp | 42 bool isLayerActive(const Layer& layer, const LayerInfoV2& info, nsecs_t threshold) { in isLayerActive() 158 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
|
D | LayerInfo.h | 119 const nsecs_t threshold = now - MAX_FREQUENT_LAYER_PERIOD_NS.count(); in isFrequent() local
|
/frameworks/base/libs/hwui/utils/ |
D | MathUtils.h | 75 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/av/media/libaaudio/src/client/ |
D | AudioEndpoint.cpp | 176 uint32_t threshold = descriptor->capacityInFrames / 2; in configure() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/ |
D | ProximitySensor.java | 74 float threshold = 0; in ProximitySensor() 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/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | PowerUtil.java | 259 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
|
/frameworks/base/core/java/android/os/ |
D | Looper.java | 276 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 | 401 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 483 final int threshold = width * height / 4; in scanImage() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 274 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
|
/frameworks/av/media/libaaudio/examples/loopback/src/analyzer/ |
D | GlitchAnalyzer.h | 68 static const double threshold = 1.0e-14; in getSignalToNoiseDB() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | ThermalManagerService.java | 1093 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local 1223 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
|