/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoBuffer.cpp | 179 fifo_frames_t FifoBuffer::getThreshold() { in getThreshold() function in FifoBuffer 180 return mFifo->getThreshold(); in getThreshold()
|
D | FifoControllerBase.h | 112 fifo_frames_t getThreshold() const { in getThreshold() function
|
D | FifoBuffer.h | 57 fifo_frames_t getThreshold();
|
/frameworks/av/media/libaaudio/src/client/ |
D | AudioEndpoint.cpp | 232 *actualFrames = mDataQueue->getThreshold(); in setBufferSizeInFrames() 237 return mDataQueue->getThreshold(); in getBufferSizeInFrames()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_atomic_fifo.cpp | 37 ASSERT_EQ(threshold, fifoController.getThreshold()); in TEST() 81 ASSERT_EQ(threshold, fifoController.getThreshold()); in TEST() 133 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 | 1938 mThreshold = getThreshold(); in SearchAutoComplete() 1944 mThreshold = getThreshold(); in SearchAutoComplete() 1949 mThreshold = getThreshold(); in SearchAutoComplete() 1955 mThreshold = getThreshold(); in SearchAutoComplete()
|
D | AutoCompleteTextView.java | 634 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/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 28081 method public float getThreshold(); 28108 method public float getThreshold(); 59095 method public int getThreshold();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 36978 method public int getThreshold();
|