Searched refs:PrimitivePwle (Results 1 – 17 of 17) sorted by relevance
/hardware/google/pixel/vibrator/cs40l26/ |
D | Trace.h | 117 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);
|
D | Trace.cpp | 85 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 <<()
|
D | Vibrator.cpp | 1053 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()
|
D | Vibrator.h | 209 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 25 import android.hardware.vibrator.PrimitivePwle; 361 void composePwle(in PrimitivePwle[] composite, in IVibratorCallback callback); in composePwle()
|
D | PrimitivePwle.aidl | 23 union PrimitivePwle {
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
D | PrimitivePwle.aidl | 36 union PrimitivePwle {
|
D | IVibrator.aidl | 60 …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/ |
D | PrimitivePwle.aidl | 36 union PrimitivePwle {
|
D | IVibrator.aidl | 60 …void composePwle(in android.hardware.vibrator.PrimitivePwle[] composite, in android.hardware.vibra… in composePwle()
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 325 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/ |
D | VtsHalVibratorTargetTest.cpp | 41 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/ |
D | Vibrator.h | 55 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Vibrator.h | 166 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|
D | Vibrator.cpp | 443 ndk::ScopedAStatus Vibrator::composePwle(const std::vector<PrimitivePwle> & /*composite*/, in composePwle() argument
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.cpp | 894 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()
|
D | Vibrator.h | 196 ndk::ScopedAStatus composePwle(const std::vector<PrimitivePwle> &composite,
|