/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 | 247 *actualFrames = mDataQueue->getThreshold(); in setBufferSizeInFrames() 253 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/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | ImageWallpaperRenderer.java | 132 float threshold = mImageProcessHelper.getThreshold(); in onDrawFrame() 241 out.print(prefix); out.print("threshold="); out.print(mImageProcessHelper.getThreshold()); in dump()
|
D | ImageProcessHelper.java | 73 float getThreshold() { in getThreshold() method in ImageProcessHelper
|
/frameworks/base/core/java/android/widget/ |
D | MultiAutoCompleteTextView.java | 128 if (end - start >= getThreshold()) { in enoughToFilter()
|
D | SearchView.java | 1937 mThreshold = getThreshold(); in SearchAutoComplete() 1943 mThreshold = getThreshold(); in SearchAutoComplete() 1948 mThreshold = getThreshold(); in SearchAutoComplete() 1954 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/non-updatable-api/ |
D | current.txt | 26874 method public float getThreshold(); 26901 method public float getThreshold(); 56524 method public int getThreshold();
|
/frameworks/base/api/ |
D | current.txt | 27004 method public float getThreshold(); 27031 method public float getThreshold(); 56668 method public int getThreshold();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 36978 method public int getThreshold();
|