/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
D | IVibrator.aidl | 34 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable() method
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 236 void alwaysOnEnable(in int id, in Effect effect, in EffectStrength strength); in alwaysOnEnable() method
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 50 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable() method
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
D | IVibrator.aidl | 50 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable() method
|
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/ |
D | Vibrator.h | 45 ndk::ScopedAStatus alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) override;
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 422 BENCHMARK_WRAPPER(VibratorEffectsBench_Aidl, alwaysOnEnable, { 441 mVibrator->alwaysOnEnable(id, effect, strength); 466 mVibrator->alwaysOnEnable(id, effect, strength);
|
/hardware/google/pixel/vibrator/drv2624/tests/ |
D | test-vibrator.cpp | 442 TEST_P(EffectsTest, alwaysOnEnable) { in TEST_P() argument 455 ndk::ScopedAStatus status = mVibrator->alwaysOnEnable(0, effect, strength); in TEST_P() 483 TEST_P(AlwaysOnTest, alwaysOnEnable) { in TEST_P() argument 496 ndk::ScopedAStatus status = mVibrator->alwaysOnEnable(id, effect, strength); in TEST_P()
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-vibrator.cpp | 496 TEST_P(EffectsTest, alwaysOnEnable) { in TEST_P() argument 508 ndk::ScopedAStatus status = mVibrator->alwaysOnEnable(0, effect, strength); in TEST_P() 630 TEST_P(AlwaysOnTest, alwaysOnEnable) { in TEST_P() argument 652 ndk::ScopedAStatus status = mVibrator->alwaysOnEnable(param, effect, strength); in TEST_P()
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Vibrator.h | 156 ndk::ScopedAStatus alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) override;
|
D | Vibrator.cpp | 342 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 120 ndk::ScopedAStatus alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) override;
|
D | Vibrator.cpp | 649 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.h | 158 ndk::ScopedAStatus alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) override;
|
D | Vibrator.cpp | 511 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 203 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 623 Status status = vibrator->alwaysOnEnable(0, effect, strength); in TEST_P()
|