Home
last modified time | relevance | path

Searched refs:PrimitivePwle (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/vibratorservice/test/
Dtest_utils.h33 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()
DVibratorHalWrapperHidlV1_0Test.cpp40 using android::hardware::vibrator::PrimitivePwle;
339 std::vector<PrimitivePwle> emptyPrimitives, multiplePrimitives; in TEST_F()
DVibratorManagerHalWrapperAidlTest.cpp38 using android::hardware::vibrator::PrimitivePwle;
76 (const std::vector<PrimitivePwle>& e, const sp<IVibratorCallback>& cb), (override));
DVibratorHalWrapperAidlTest.cpp41 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/
DCommandComposePwle.cpp33 using aidl::PrimitivePwle;
108 PrimitivePwle pwle; in doArgs()
193 std::vector<PrimitivePwle> mCompositePwle;
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp34 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/
DVibratorHalWrapper.h293 const std::vector<hardware::vibrator::PrimitivePwle>& primitives,
365 const std::vector<hardware::vibrator::PrimitivePwle>& primitives,
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp314 std::vector<aidl::PrimitivePwle> primitives; in vibratorPerformPwleEffect()