Home
last modified time | relevance | path

Searched defs:composite (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl218 void compose(in CompositeEffect[] composite, in IVibratorCallback callback); in compose()
386 void composePwle(in PrimitivePwle[] composite, in IVibratorCallback callback); in composePwle()
493 void composePwleV2(in CompositePwleV2 composite, in IVibratorCallback callback); in composePwleV2()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl48 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
81 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle()
87 …void composePwleV2(in android.hardware.vibrator.CompositePwleV2 composite, in android.hardware.vib… in composePwleV2()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/3/android/hardware/vibrator/
DIVibrator.aidl48 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
81 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle()
87 …void composePwleV2(in android.hardware.vibrator.CompositePwleV2 composite, in android.hardware.vib… in composePwleV2()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl48 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
60 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle()
/hardware/interfaces/vibrator/aidl/vts/
Dpwle_v2_utils.h162 CompositePwleV2 composite; in composeValidPwleV2Effect() local
187 CompositePwleV2 composite; in composePwleV2EffectWithTooManyPoints() local
DVtsHalVibratorTargetTest.cpp640 std::vector<CompositeEffect> composite; in TEST_P() local
682 std::vector<CompositeEffect> composite(1); in TEST_P() local
698 std::vector<CompositeEffect> composite(1); in TEST_P() local
728 std::vector<CompositeEffect> composite(1); in TEST_P() local
759 std::vector<CompositeEffect> composite(maxSize); in TEST_P() local
792 std::vector<CompositeEffect> composite; in TEST_P() local
1180 CompositePwleV2 composite; in TEST_P() local
1203 CompositePwleV2 composite; in TEST_P() local
DVtsHalVibratorManagerTargetTest.cpp176 std::vector<CompositeEffect> composite; in TEST_P() local
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl32 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp263 ndk::ScopedAStatus Vibrator::compose(const std::vector<CompositeEffect>& composite, in compose()
415 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle()
576 ndk::ScopedAStatus Vibrator::composePwleV2(const CompositePwleV2& composite, in composePwleV2()