Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp253 HalResult<milliseconds> AidlHalWrapper::performEffect( in performEffect() function in android::vibrator::AidlHalWrapper
518 HalResult<milliseconds> HidlHalWrapperV1_0::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_0
532 HalResult<milliseconds> HidlHalWrapperV1_1::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_1
550 HalResult<milliseconds> HidlHalWrapperV1_2::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_2
577 HalResult<milliseconds> HidlHalWrapperV1_3::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_3
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorController.java427 private static native long performEffect(long nativePtr, long effect, long strength, in performEffect() method in VibratorController.NativeWrapper