Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vibratorservice/
H A 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
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.cpp305 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp1008 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
1046 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp1262 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
1301 ndk::ScopedAStatus Vibrator::performEffect(uint32_t effectIndex, uint32_t volLevel, in performEffect() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorController.java391 private static native long performEffect(long nativePtr, long effect, long strength, in performEffect() method in VibratorController.NativeWrapper