/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 361 void composePwle(in PrimitivePwle[] composite, in IVibratorCallback callback); in composePwle() method
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 771 EXPECT_EQ(Status::EX_NONE, vibrator->composePwle(pwleQueue, nullptr).exceptionCode()); in TEST_P() 802 EXPECT_TRUE(vibrator->composePwle(pwleQueue, callback).isOk()); in TEST_P() 812 vibrator->composePwle(pwleQueue, nullptr).exceptionCode()); in TEST_P() 828 vibrator->composePwle(pwleQueue, nullptr).exceptionCode()); in TEST_P() 842 vibrator->composePwle(pwleQueueGreater, nullptr).exceptionCode()); in TEST_P() 851 vibrator->composePwle(pwleQueueLess, nullptr).exceptionCode()); in TEST_P() 871 vibrator->composePwle(pwleQueueGreater, nullptr).exceptionCode()); in TEST_P() 880 vibrator->composePwle(pwleQueueLess, nullptr).exceptionCode()); in TEST_P() 896 vibrator->composePwle(pwleQueue, nullptr).exceptionCode()); in TEST_P()
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
D | IVibrator.aidl | 60 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle() method
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 60 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle() method
|
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/ |
D | Vibrator.h | 55 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Vibrator.h | 166 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
D | Vibrator.cpp | 443 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> & /*composite*/, in composePwle() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.h | 196 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
D | Vibrator.cpp | 894 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 209 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
D | Vibrator.cpp | 1053 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 325 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle() function in aidl::android::hardware::vibrator::Vibrator
|