Home
last modified time | relevance | path

Searched defs:hapticLevel (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()
47 void scaleBuffer(HapticLevel hapticLevel, float adaptiveScaleFactor) { in scaleBuffer()
51 void scaleBuffer(HapticLevel hapticLevel, float adaptiveScaleFactor, float limit) { in scaleBuffer()
/aosp_15_r20/frameworks/native/libs/vibrator/
H A DExternalVibrationUtils.cpp154 HapticLevel hapticLevel = scale.getLevel(); in applyHapticScale() local