Searched refs:setThreshold (Results 1 - 13 of 13) sorted by path

/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp184 mDataQueue->setThreshold(threshold);
246 mDataQueue->setThreshold(requestedFrames);
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp207 void FifoBuffer::setThreshold(fifo_frames_t threshold) { function in class:FifoBuffer
208 mFifo->setThreshold(threshold);
H A DFifoBuffer.h58 void setThreshold(fifo_frames_t threshold);
H A DFifoControllerBase.cpp61 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { function in class:FifoControllerBase
H A DFifoControllerBase.h107 void setThreshold(fifo_frames_t threshold);
/frameworks/av/media/libaaudio/tests/
H A Dtest_atomic_fifo.cpp86 mFifoBuffer.setThreshold(threshold);
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp97 setThreshold(threshold);
172 setThreshold(threshold);
H A DDPBase.h139 void setThreshold(float threshold) { function in class:dp_fx::DPMbcBand
239 void setThreshold(float threshold) { function in class:dp_fx::DPLimiter
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java600 * @see #setThreshold(int)
622 public void setThreshold(int threshold) { method in class:AutoCompleteTextView
H A DSearchView.java1179 mSearchSrcTextView.setThreshold(mSearchable.getSuggestThreshold());
1924 public void setThreshold(int threshold) { method in class:SearchView.SearchAutoComplete
1925 super.setThreshold(threshold);
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java641 public void setThreshold(float threshold) { mThreshold = threshold; } method in class:DynamicsProcessing.MbcBand
1008 public void setThreshold(float threshold) { mThreshold = threshold; } method in class:DynamicsProcessing.Limiter
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java1109 mSearchSrcTextView.setThreshold(mSearchable.getSuggestThreshold());
1862 public void setThreshold(int threshold) { method in class:SearchView.SearchAutoComplete
1863 super.setThreshold(threshold);

Completed in 177 milliseconds