Home
last modified time | relevance | path

Searched defs:scaleBuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/vibrator/tests/
H A DExternalVibrationUtilsTest.cpp43 void scaleBuffer(HapticLevel hapticLevel) { in scaleBuffer() function in ExternalVibrationUtilsTest
47 void scaleBuffer(HapticLevel hapticLevel, float adaptiveScaleFactor) { in scaleBuffer() function in ExternalVibrationUtilsTest
51 void scaleBuffer(HapticLevel hapticLevel, float adaptiveScaleFactor, float limit) { in scaleBuffer() function in ExternalVibrationUtilsTest
55 void scaleBuffer(HapticScale hapticScale) { in scaleBuffer() function in ExternalVibrationUtilsTest
59 void scaleBuffer(HapticScale hapticScale, float limit) { in scaleBuffer() function in ExternalVibrationUtilsTest
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
H A DSynthTools.h53 static void scaleBuffer(const synth_float_t *input, in scaleBuffer() function