Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp322 HalResult<milliseconds> AidlHalWrapper::performEffect( in performEffect() function in android::vibrator::AidlHalWrapper
576 HalResult<milliseconds> HidlHalWrapperV1_0::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_0
590 HalResult<milliseconds> HidlHalWrapperV1_1::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_1
608 HalResult<milliseconds> HidlHalWrapperV1_2::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_2
635 HalResult<milliseconds> HidlHalWrapperV1_3::performEffect( in performEffect() function in android::vibrator::HidlHalWrapperV1_3
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibratorController.java391 private static native long performEffect(long nativePtr, long effect, long strength, in performEffect() method in VibratorController.NativeWrapper