/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoControllerBase.cpp | 26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase() 61 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/tools/preload2/src/com/android/preload/actions/ |
D | ComputeThresholdAction.java | 42 protected int threshold; field in ComputeThresholdAction 50 public ComputeThresholdAction(String name, DumpTableModel dataTableModel, int threshold, in ComputeThresholdAction() 102 int threshold) { in fromThreshold()
|
/frameworks/base/cmds/statsd/tests/e2e/ |
D | ConfigTtl_e2e_test.cpp | 31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig() 61 const int threshold = 3; in TEST() local
|
D | Anomaly_count_e2e_test.cpp | 31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig() 58 const int threshold = 3; in TEST() local 161 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/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageWallpaperRenderer.java | 127 float threshold = mImageProcessHelper.getThreshold(); in onDrawFrame() local 131 glUniform1f(mWallpaper.getHandle(ImageGLWallpaper.U_PER85), threshold); in onDrawFrame() local
|
D | ImageProcessHelper.java | 191 float threshold = DEFAULT_OTSU_THRESHOLD; in compute() local
|
/frameworks/ml/nn/tools/test_generator/ |
D | slicing.py | 88 def __init__(self, threshold): argument
|
/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/libs/hwui/utils/ |
D | MathUtils.h | 75 float threshold) { in divisionsNeededToApproximateArc()
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioEndpoint.cpp | 183 uint32_t threshold = descriptor->capacityInFrames / 2; in configure() 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/os/ |
D | Looper.java | 267 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassifierImpl.java | 513 final float threshold = getLangIdThreshold(); in detectLanguageTagsFromText() local 721 final float threshold = getLangIdThreshold(); in generateLanguageBundles() 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/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 483 final int threshold = width * height / 4; in scanImage() 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 | 274 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
|
/frameworks/native/cmds/flatland/ |
D | Main.cpp | 610 const double threshold = .0025; in runTest() local
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 321 final long threshold = mGestureStarted ? in onMotionEvent() local
|