Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DTrace.h117 SUPPORT_TYPENAME(const std::vector<PrimitivePwle> &);
118 SUPPORT_TYPENAME(const std::vector<PrimitivePwle>);
119 SUPPORT_TYPENAME(std::vector<PrimitivePwle> &);
120 SUPPORT_TYPENAME(std::vector<PrimitivePwle>);
162 std::ostream &operator<<(std::ostream &out, const PrimitivePwle &arg);
DTrace.cpp85 std::ostream &operator<<(std::ostream &out, const PrimitivePwle &arg) { in operator <<()
88 case PrimitivePwle::active: { in operator <<()
89 auto active = arg.get<PrimitivePwle::active>(); in operator <<()
95 case PrimitivePwle::braking: { in operator <<()
DVibrator.cpp1053 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle()
1089 case PrimitivePwle::active: { in composePwle()
1090 auto active = e.get<PrimitivePwle::active>(); in composePwle()
1159 case PrimitivePwle::braking: { in composePwle()
1160 auto braking = e.get<PrimitivePwle::braking>(); in composePwle()
DVibrator.h209 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl25 import android.hardware.vibrator.PrimitivePwle;
361 void composePwle(in PrimitivePwle[] composite, in IVibratorCallback callback); in composePwle()
DPrimitivePwle.aidl23 union PrimitivePwle {
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DPrimitivePwle.aidl36 union PrimitivePwle {
DIVibrator.aidl60 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle()
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DPrimitivePwle.aidl36 union PrimitivePwle {
DIVibrator.aidl60 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle()
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp325 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle()
347 case PrimitivePwle::active: { in composePwle()
348 auto active = e.get<PrimitivePwle::active>(); in composePwle()
381 case PrimitivePwle::braking: { in composePwle()
382 auto braking = e.get<PrimitivePwle::braking>(); in composePwle()
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp41 using android::hardware::vibrator::PrimitivePwle;
769 std::vector<PrimitivePwle>{firstActive, firstBraking, secondActive, secondBraking}; in TEST_P()
800 auto pwleQueue = std::vector<PrimitivePwle>{active, braking, active}; in TEST_P()
809 std::vector<PrimitivePwle> pwleQueue; in TEST_P()
817 PrimitivePwle pwle; in TEST_P()
839 auto pwleQueueGreater = std::vector<PrimitivePwle>{active}; in TEST_P()
848 auto pwleQueueLess = std::vector<PrimitivePwle>{active}; in TEST_P()
868 auto pwleQueueGreater = std::vector<PrimitivePwle>{active}; in TEST_P()
877 auto pwleQueueLess = std::vector<PrimitivePwle>{active}; in TEST_P()
893 auto pwleQueue = std::vector<PrimitivePwle>{active}; in TEST_P()
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
DVibrator.h55 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
/hardware/google/pixel/vibrator/drv2624/
DVibrator.h166 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
DVibrator.cpp443 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> & /*composite*/, in composePwle() argument
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.cpp894 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> &composite, in composePwle()
923 case PrimitivePwle::active: { in composePwle()
924 auto active = e.get<PrimitivePwle::active>(); in composePwle()
979 case PrimitivePwle::braking: { in composePwle()
980 auto braking = e.get<PrimitivePwle::braking>(); in composePwle()
DVibrator.h196 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,