Searched refs:mThreshold (Results 1 - 9 of 9) sorted by path

/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h752 if (mMagnitude > mThreshold) {
822 if (peak > mThreshold) {
872 double mThreshold = 0.005; member in class:SineAnalyzer
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoControllerBase.cpp28 , mThreshold(threshold)
49 return (int32_t)(mThreshold - getFullFramesAvailable());
62 mThreshold = threshold;
H A DFifoControllerBase.h110 return mThreshold;
120 fifo_frames_t mThreshold; member in class:android::FifoControllerBase
/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp87 mThreshold = threshold;
92 ASSERT_EQ(mThreshold, mFifoBuffer.getThreshold());
196 fifo_frames_t mThreshold; member in class:TestFifoBuffer
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java114 private int mThreshold; field in class:AutoCompleteTextView
285 mThreshold = a.getInt(R.styleable.AutoCompleteTextView_completionThreshold, 2);
605 return mThreshold;
627 mThreshold = threshold;
849 + " threshold=" + mThreshold);
850 return getText().length() >= mThreshold;
H A DSearchView.java1884 private int mThreshold; field in class:SearchView.SearchAutoComplete
1892 mThreshold = getThreshold();
1897 mThreshold = getThreshold();
1902 mThreshold = getThreshold();
1908 mThreshold = getThreshold();
1926 mThreshold = threshold;
1988 return mThreshold <= 0 || super.enoughToFilter();
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java90 private float mThreshold; field in class:SlidingTab
544 mThreshold = isHorizontal() ? THRESHOLD : 1.0f - THRESHOLD;
549 mThreshold = isHorizontal() ? 1.0f - THRESHOLD : THRESHOLD;
597 float target = mThreshold * (isHorizontal() ? getWidth() : getHeight());
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java526 private float mThreshold; field in class:DynamicsProcessing.MbcBand
560 mThreshold = threshold;
577 mThreshold = cfg.mThreshold;
592 sb.append(String.format(" Threshold: %f (dB)\n", mThreshold));
635 public float getThreshold() { return mThreshold; }
641 public void setThreshold(float threshold) { mThreshold = threshold; }
900 private float mThreshold; field in class:DynamicsProcessing.Limiter
924 mThreshold = threshold;
938 mThreshold
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java1825 private int mThreshold; field in class:SearchView.SearchAutoComplete
1846 mThreshold = getThreshold();
1864 mThreshold = threshold;
1926 return mThreshold <= 0 || super.enoughToFilter();

Completed in 605 milliseconds