Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp174 HalResult<void> HalWrapper::performPwleEffect(const std::vector<PrimitivePwle>&, in performPwleEffect() function in android::vibrator::HalWrapper
363 HalResult<void> AidlHalWrapper::performPwleEffect(const std::vector<PrimitivePwle>& primitives, in performPwleEffect() function in android::vibrator::AidlHalWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorController.java397 private static native long performPwleEffect(long nativePtr, RampSegment[] effect, in performPwleEffect() method in VibratorController.NativeWrapper