/frameworks/av/media/libaaudio/src/client/ |
D | AudioEndpoint.h | 101 int32_t getThreshold() { in getThreshold() function 102 return mDataQueue->getThreshold(); in getThreshold()
|
D | AudioEndpoint.cpp | 259 *actualFrames = mDataQueue->getThreshold(); in setBufferSizeInFrames() 264 return mDataQueue == nullptr ? 0 : mDataQueue->getThreshold(); in getBufferSizeInFrames()
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoControllerBase.h | 112 fifo_frames_t getThreshold() const { in getThreshold() function
|
D | FifoBuffer.cpp | 177 fifo_frames_t FifoBuffer::getThreshold() { in getThreshold() function in FifoBuffer 178 return mFifo->getThreshold(); in getThreshold()
|
D | FifoBuffer.h | 51 fifo_frames_t getThreshold();
|
/frameworks/av/media/libaaudio/tests/ |
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()
|
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | DPBase.h | 136 float getThreshold() const { in getThreshold() function 236 float getThreshold() const { in getThreshold() function
|
D | DPFrequency.cpp | 320 pMbcBandParams->thresholdDb = pMbcBand->getThreshold(); in updateParameters() 358 cb.mLimiterParams.thresholdDb = pLimiter->getThreshold(); in updateParameters()
|
/frameworks/base/core/java/android/widget/ |
D | MultiAutoCompleteTextView.java | 128 if (end - start >= getThreshold()) { in enoughToFilter()
|
D | SearchView.java | 1945 mThreshold = getThreshold(); in SearchAutoComplete() 1951 mThreshold = getThreshold(); in SearchAutoComplete() 1956 mThreshold = getThreshold(); in SearchAutoComplete() 1962 mThreshold = getThreshold(); in SearchAutoComplete()
|
D | AutoCompleteTextView.java | 648 public int getThreshold() { in getThreshold() method in AutoCompleteTextView
|
/frameworks/base/media/java/android/media/audiofx/ |
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()
|
/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 867 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/ |
D | current.txt | 254 method @NonNull public final java.math.BigDecimal getThreshold();
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceConfig.java | 2543 thresholdLevels[i] = point.getThreshold().floatValue(); in getBrightnessLevelAndPercentage()
|
/frameworks/base/core/api/ |
D | current.txt | 24077 method public float getThreshold(); 24104 method public float getThreshold(); 55349 method public int getThreshold();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 36978 method public int getThreshold();
|