/aosp12/frameworks/av/media/libaaudio/src/client/ |
H A D | AudioEndpoint.cpp | 236 *actualFrames = mDataQueue->getThreshold(); in setBufferSizeInFrames() 241 return mDataQueue->getThreshold(); in getBufferSizeInFrames()
|
/aosp12/frameworks/av/media/libaaudio/src/fifo/ |
H A D | FifoBuffer.cpp | 177 fifo_frames_t FifoBuffer::getThreshold() { in getThreshold() function in FifoBuffer 178 return mFifo->getThreshold(); in getThreshold()
|
H A D | FifoControllerBase.h | 112 fifo_frames_t getThreshold() const { in getThreshold() function
|
H A D | FifoBuffer.h | 51 fifo_frames_t getThreshold();
|
/aosp12/frameworks/av/media/libaaudio/tests/ |
H A D | test_atomic_fifo.cpp | 38 ASSERT_EQ(threshold, fifoController.getThreshold()); in TEST() 82 ASSERT_EQ(threshold, fifoController.getThreshold()); in TEST() 134 ASSERT_EQ(mThreshold, mFifoBuffer.getThreshold()); in checkMisc()
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
H A D | DPBase.h | 136 float getThreshold() const { in getThreshold() function 236 float getThreshold() const { in getThreshold() function
|
H A D | DPFrequency.cpp | 320 pMbcBandParams->thresholdDb = pMbcBand->getThreshold(); in updateParameters() 358 cb.mLimiterParams.thresholdDb = pLimiter->getThreshold(); in updateParameters()
|
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
H A D | CbSendMessageCalculator.java | 74 public double getThreshold() { in getThreshold() method in CbSendMessageCalculator
|
H A D | CellBroadcastHandler.java | 654 + ", threshold = " + calculator.getThreshold() in performGeoFencing()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | MultiAutoCompleteTextView.java | 128 if (end - start >= getThreshold()) { in enoughToFilter()
|
H A D | SearchView.java | 1938 mThreshold = getThreshold(); in SearchAutoComplete() 1944 mThreshold = getThreshold(); in SearchAutoComplete() 1949 mThreshold = getThreshold(); in SearchAutoComplete() 1955 mThreshold = getThreshold(); in SearchAutoComplete()
|
H A D | AutoCompleteTextView.java | 634 public int getThreshold() { in getThreshold() method in AutoCompleteTextView
|
/aosp12/frameworks/base/media/java/android/media/audiofx/ |
H A D | DynamicsProcessing.java | 635 public float getThreshold() { return mThreshold; } in getThreshold() method in DynamicsProcessing.MbcBand 1002 public float getThreshold() { return mThreshold; } in getThreshold() method in DynamicsProcessing.Limiter 2038 mbcBand.getThreshold(), in updateEngineMbcBandByChannelIndex() 2070 limiter.getThreshold(), in updateEngineLimiterByChannelIndex()
|
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | CbSendMessageCalculatorTest.java | 281 assertEquals(calculator.getThreshold(), 1000.0); in testThreshold()
|
/aosp12/frameworks/av/media/libeffects/dynamicsproc/ |
H A D | EffectDynamicsProcessing.cpp | 867 values[5].f = pMbcBand->getThreshold(); in DP_getParameter() 917 values[6].f = pLimiter->getThreshold(); in DP_getParameter()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 24365 method public float getThreshold(); 24392 method public float getThreshold(); 54318 method public int getThreshold();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 36978 method public int getThreshold();
|