/hardware/interfaces/vibrator/1.3/example/ |
D | Vibrator.cpp | 67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 73 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() 80 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2() 103 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3() 109 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 136 Return<void> Vibrator::perform(T effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 206 const std::string Vibrator::effectToName(Effect effect) { in effectToName() 210 uint32_t Vibrator::effectToMs(Effect effect, Status* status) { in effectToMs()
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 122 for (Effect effect : kEffects) { in TEST_P() local 148 for (Effect effect : kEffects) { in TEST_P() local 178 for (Effect effect : kEffects) { in TEST_P() local 189 for (Effect effect : kInvalidEffects) { in TEST_P() local 197 for (Effect effect : kEffects) { in TEST_P() local 318 CompositeEffect effect; in TEST_P() local 358 for (auto& effect : composite) { in TEST_P() local 373 CompositeEffect& effect = composite[0]; in TEST_P() local 403 CompositeEffect effect; in TEST_P() local 428 CompositeEffect effect; in TEST_P() local [all …]
|
/hardware/interfaces/vibrator/1.2/vts/functional/ |
D | VtsHalVibratorV1_2TargetTest.cpp | 74 for (const auto& effect : hidl_enum_range<Effect>()) { in TEST_P() local 85 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_P() local 95 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_P() local
|
/hardware/interfaces/vibrator/1.3/vts/functional/ |
D | VtsHalVibratorV1_3TargetTest.cpp | 87 for (const auto& effect : hidl_enum_range<Effect>()) { in TEST_P() local 98 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_P() local 108 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_P() local
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 171 static int effect_set_state(struct effect_s *effect, uint32_t state) in effect_set_state() 245 static int effect_init(struct effect_s *effect, uint32_t id) in effect_init() 253 static int effect_create(struct effect_s *effect, in effect_create() 262 static int effect_release(struct effect_s *effect) in effect_release() 495 struct effect_s *effect = (struct effect_s *)self; in fx_process() local 527 struct effect_s *effect = (struct effect_s *)self; in fx_command() local 656 struct effect_s *effect = (struct effect_s *)self; in fx_get_descriptor() local
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.h | 61 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } in addAudioEffect() 62 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } in removeAudioEffect()
|
D | AudioHardwareGeneric.h | 95 virtual status_t addAudioEffect(effect_handle_t effect) { return NO_ERROR; } in addAudioEffect() 96 virtual status_t removeAudioEffect(effect_handle_t effect) { return NO_ERROR; } in removeAudioEffect()
|
/hardware/interfaces/vibrator/1.1/vts/functional/ |
D | VtsHalVibratorV1_1TargetTest.cpp | 77 Effect_1_1 effect = *std::prev(hidl_enum_range<Effect_1_1>().end()); in TEST_P() local 87 Effect_1_1 effect = *hidl_enum_range<Effect_1_1>().begin(); in TEST_P() local
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
D | IVibrator.aidl | 24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() 34 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() 34 …void alwaysOnEnable(in int id, in android.hardware.vibrator.Effect effect, in android.hardware.vib… in alwaysOnEnable()
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 100 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() 215 void alwaysOnEnable(in int id, in Effect effect, in EffectStrength strength); in alwaysOnEnable()
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.cpp | 166 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform() 332 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() 412 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails() 465 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails() 554 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
|
/hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/1/android/hardware/tests/extension/vibrator/ |
D | ICustomVibrator.aidl | 23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform()
|
/hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/current/android/hardware/tests/extension/vibrator/ |
D | ICustomVibrator.aidl | 23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform()
|
/hardware/interfaces/tests/extension/vibrator/aidl/android/hardware/tests/extension/vibrator/ |
D | ICustomVibrator.aidl | 54 int perform(VendorEffect effect, IVibratorCallback callback); in perform()
|
/hardware/interfaces/vibrator/1.0/vts/functional/ |
D | VtsHalVibratorV1_0TargetTest.cpp | 82 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_P() local 91 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_P() local
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 60 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform() 181 ndk::ScopedAStatus Vibrator::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable()
|
/hardware/interfaces/audio/effect/all-versions/default/ |
D | Conversions.cpp | 30 namespace effect { namespace
|
D | EffectsFactory.cpp | 52 namespace effect { namespace 182 sp<IEffect> effect; in createEffectImpl() local
|
D | AudioBufferManager.cpp | 55 namespace effect { namespace
|
/hardware/interfaces/tests/extension/vibrator/aidl/default/ |
D | CustomVibrator.cpp | 36 ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect, in perform()
|
/hardware/google/pixel/vibrator/cs40l25/tests/ |
D | test-vibrator.cpp | 114 EffectQueue Queue(const QueueEffect &effect) { in Queue() 421 auto effect = std::get<0>(param); in PrintParam() local 429 auto effect = std::get<0>(param); in TEST_P() local 488 auto effect = std::get<0>(param); in TEST_P() local 620 auto effect = std::get<0>(scale->first); in TEST_P() local
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Vibrator.cpp | 242 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform() 277 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 196 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 202 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 335 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 340 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/hardware/google/pixel/vibrator/drv2624/bench/ |
D | benchmark.cpp | 149 for (const auto &effect : ndk::enum_range<Effect>()) { in DefaultArgs() local
|