Home
last modified time | relevance | path

Searched refs:getThreshold (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.h101 int32_t getThreshold() { in getThreshold() function
102 return mDataQueue->getThreshold(); in getThreshold()
DAudioEndpoint.cpp259 *actualFrames = mDataQueue->getThreshold(); in setBufferSizeInFrames()
264 return mDataQueue == nullptr ? 0 : mDataQueue->getThreshold(); in getBufferSizeInFrames()
/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.h112 fifo_frames_t getThreshold() const { in getThreshold() function
DFifoBuffer.cpp177 fifo_frames_t FifoBuffer::getThreshold() { in getThreshold() function in FifoBuffer
178 return mFifo->getThreshold(); in getThreshold()
DFifoBuffer.h51 fifo_frames_t getThreshold();
/frameworks/av/media/libaaudio/tests/
Dtest_atomic_fifo.cpp38 ASSERT_EQ(threshold, fifoController.getThreshold()); in TEST()
82 ASSERT_EQ(threshold, fifoController.getThreshold()); in TEST()
134 ASSERT_EQ(mThreshold, mFifoBuffer.getThreshold()); in checkMisc()
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.h136 float getThreshold() const { in getThreshold() function
236 float getThreshold() const { in getThreshold() function
DDPFrequency.cpp320 pMbcBandParams->thresholdDb = pMbcBand->getThreshold(); in updateParameters()
358 cb.mLimiterParams.thresholdDb = pLimiter->getThreshold(); in updateParameters()
/frameworks/base/core/java/android/widget/
DMultiAutoCompleteTextView.java128 if (end - start >= getThreshold()) { in enoughToFilter()
DSearchView.java1945 mThreshold = getThreshold(); in SearchAutoComplete()
1951 mThreshold = getThreshold(); in SearchAutoComplete()
1956 mThreshold = getThreshold(); in SearchAutoComplete()
1962 mThreshold = getThreshold(); in SearchAutoComplete()
DAutoCompleteTextView.java648 public int getThreshold() { in getThreshold() method in AutoCompleteTextView
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java635 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()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp867 values[5].f = pMbcBand->getThreshold(); in DP_getParameter()
917 values[6].f = pLimiter->getThreshold(); in DP_getParameter()
/frameworks/base/services/core/xsd/display-device-config/schema/
Dcurrent.txt254 method @NonNull public final java.math.BigDecimal getThreshold();
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java2543 thresholdLevels[i] = point.getThreshold().floatValue(); in getBrightnessLevelAndPercentage()
/frameworks/base/core/api/
Dcurrent.txt24077 method public float getThreshold();
24104 method public float getThreshold();
55349 method public int getThreshold();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36978 method public int getThreshold();