Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.cpp26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase()
61 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { in setThreshold()
DFifoController.h33 FifoController(fifo_counter_t bufferSize, fifo_counter_t threshold) in FifoController()
DFifoControllerIndirect.h37 fifo_frames_t threshold, in FifoControllerIndirect()
DFifoBuffer.cpp207 void FifoBuffer::setThreshold(fifo_frames_t threshold) { in setThreshold()
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdAction.java42 protected int threshold; field in ComputeThresholdAction
50 public ComputeThresholdAction(String name, DumpTableModel dataTableModel, int threshold, in ComputeThresholdAction()
102 int threshold) { in fromThreshold()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DProximityEvaluator.java22 float threshold = 0.1f; in evaluate() local
/frameworks/base/libs/common_time/
Dcommon_time_config_service.cpp92 status_t CommonTimeConfigService::getPanicThreshold(int *threshold) { in getPanicThreshold()
96 status_t CommonTimeConfigService::setPanicThreshold(int threshold) { in setPanicThreshold()
Dcommon_time_server_api.cpp225 status_t CommonTimeServer::getPanicThreshold(int *threshold) { in getPanicThreshold()
231 status_t CommonTimeServer::setPanicThreshold(int threshold) { in setPanicThreshold()
/frameworks/support/dynamic-animation/src/android/support/animation/
DFlingAnimation.java190 void setValueThreshold(float threshold) { in setValueThreshold()
236 void setValueThreshold(float threshold) { in setValueThreshold()
DSpringAnimation.java266 void setValueThreshold(float threshold) { in setValueThreshold()
DSpringForce.java325 void setValueThreshold(double threshold) { in setValueThreshold()
DDynamicAnimation.java724 abstract void setValueThreshold(float threshold); in setValueThreshold()
/frameworks/av/media/libaaudio/tests/
Dtest_atomic_fifo.cpp34 constexpr int threshold = 47; in TEST() local
78 constexpr int threshold = capacity; in TEST() local
111 explicit TestFifoBuffer(fifo_frames_t capacity, fifo_frames_t threshold = 0) in TestFifoBuffer()
367 constexpr int threshold = 37; // arbitrary in TEST() local
/frameworks/av/media/common_time/
DICommonTimeConfig.cpp246 virtual status_t getPanicThreshold(int *threshold) { in getPanicThreshold()
262 virtual status_t setPanicThreshold(int threshold) { in setPanicThreshold()
462 int threshold; in onTransact() local
473 int threshold = data.readInt32(); in onTransact() local
/frameworks/base/libs/hwui/utils/
DMathUtils.h73 float angleInRads, float threshold) { in divisionsNeededToApproximateArc()
/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp182 uint32_t threshold = descriptor->capacityInFrames / 2; in configure() local
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
/frameworks/base/core/java/android/os/
DCommonTimeConfig.java307 public int setPanicThreshold(int threshold) { in setPanicThreshold()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java482 final int threshold = width * height / 4; in scanImage() local
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dtns.h71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */ member
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java273 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
/frameworks/av/media/libaaudio/examples/loopback/src/
DLoopbackAnalyzer.h118 const float *needle, int needleSize, double threshold ) in findFirstMatch()
158 const double threshold = 0.1; in measureLatencyFromEchos() local
/frameworks/native/cmds/flatland/
DMain.cpp615 const double threshold = .0025; in runTest() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java306 final long threshold = mGestureStarted ? in onMotionEvent() local
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java825 final float threshold = mCallback.getMoveThreshold(viewHolder); in moveIfNecessary() local
1214 final float threshold = mRecyclerView.getWidth() * mCallback in checkHorizontalSwipe() local
1241 final float threshold = mRecyclerView.getHeight() * mCallback in checkVerticalSwipe() local

12