Searched refs:PrimitivePwle (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/vibratorservice/test/ |
D | test_utils.h | 33 using ::android::hardware::vibrator::PrimitivePwle; 60 static PrimitivePwle createActivePwle(float startAmplitude, float startFrequency, in createActivePwle() 72 static PrimitivePwle createBrakingPwle(Braking braking, std::chrono::milliseconds duration) { in createBrakingPwle()
|
D | VibratorHalWrapperHidlV1_0Test.cpp | 40 using android::hardware::vibrator::PrimitivePwle; 339 std::vector<PrimitivePwle> emptyPrimitives, multiplePrimitives; in TEST_F()
|
D | VibratorManagerHalWrapperAidlTest.cpp | 38 using android::hardware::vibrator::PrimitivePwle; 76 (const std::vector<PrimitivePwle>& e, const sp<IVibratorCallback>& cb), (override));
|
D | VibratorHalWrapperAidlTest.cpp | 41 using android::hardware::vibrator::PrimitivePwle; 80 (const std::vector<PrimitivePwle>& e, const sp<IVibratorCallback>& cb), (override)); 675 std::vector<PrimitivePwle> emptyPrimitives, multiplePrimitives; in TEST_F()
|
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandComposePwle.cpp | 33 using aidl::PrimitivePwle; 108 PrimitivePwle pwle; in doArgs() 193 std::vector<PrimitivePwle> mCompositePwle;
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 34 using android::hardware::vibrator::PrimitivePwle; 174 HalResult<void> HalWrapper::performPwleEffect(const std::vector<PrimitivePwle>&, in performPwleEffect() argument 363 HalResult<void> AidlHalWrapper::performPwleEffect(const std::vector<PrimitivePwle>& primitives, in performPwleEffect()
|
/frameworks/native/services/vibratorservice/include/vibratorservice/ |
D | VibratorHalWrapper.h | 293 const std::vector<hardware::vibrator::PrimitivePwle>& primitives, 365 const std::vector<hardware::vibrator::PrimitivePwle>& primitives,
|
/frameworks/base/services/core/jni/ |
D | com_android_server_vibrator_VibratorController.cpp | 314 std::vector<aidl::PrimitivePwle> primitives; in vibratorPerformPwleEffect()
|