Searched defs:composite (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 218 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/ |
D | IVibrator.aidl | 48 …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/ |
D | IVibrator.aidl | 48 …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/ |
D | IVibrator.aidl | 48 …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/ |
D | pwle_v2_utils.h | 162 CompositePwleV2 composite; in composeValidPwleV2Effect() local 187 CompositePwleV2 composite; in composePwleV2EffectWithTooManyPoints() local
|
D | VtsHalVibratorTargetTest.cpp | 640 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
|
D | VtsHalVibratorManagerTargetTest.cpp | 176 std::vector<CompositeEffect> composite; in TEST_P() local
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
D | IVibrator.aidl | 32 …void compose(in android.hardware.vibrator.CompositeEffect[] composite, in android.hardware.vibrato… in compose()
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 263 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()
|