Searched refs:performPwleEffect (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | VibratorController.java | 433 private static native long performPwleEffect(long nativePtr, RampSegment[] effect, in performPwleEffect() method in VibratorController.NativeWrapper 492 return performPwleEffect(mNativePtr, primitives, braking, vibrationId); in composePwle()
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorHalWrapperHidlV1_0Test.cpp | 346 ASSERT_TRUE(mWrapper->performPwleEffect(emptyPrimitives, callback).isUnsupported()); in TEST_F() 347 ASSERT_TRUE(mWrapper->performPwleEffect(multiplePrimitives, callback).isUnsupported()); in TEST_F()
|
D | VibratorHalWrapperAidlTest.cpp | 694 auto result = mWrapper->performPwleEffect(emptyPrimitives, callback); in TEST_F() 699 result = mWrapper->performPwleEffect(multiplePrimitives, callback); in TEST_F() 704 result = mWrapper->performPwleEffect(multiplePrimitives, callback); in TEST_F()
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 105 HalResult<void> HalWrapper::performPwleEffect(const std::vector<PrimitivePwle>&, in performPwleEffect() function in android::vibrator::HalWrapper 294 HalResult<void> AidlHalWrapper::performPwleEffect(const std::vector<PrimitivePwle>& primitives, in performPwleEffect() function in android::vibrator::AidlHalWrapper
|
/frameworks/native/services/vibratorservice/include/vibratorservice/ |
D | VibratorHalWrapper.h | 370 virtual HalResult<void> performPwleEffect( 442 HalResult<void> performPwleEffect(
|
/frameworks/base/services/core/jni/ |
D | com_android_server_vibrator_VibratorController.cpp | 345 return hal->performPwleEffect(primitives, callback); in vibratorPerformPwleEffect()
|