Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 25 of 56) sorted by relevance

123

/hardware/interfaces/vibrator/1.3/example/
DVibrator.cpp67 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/
DVtsHalVibratorTargetTest.cpp122 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/
DVtsHalVibratorV1_2TargetTest.cpp74 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/
DVtsHalVibratorV1_3TargetTest.cpp87 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/
Dvoice_processing.c171 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/
DAudioHardwareStub.h61 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()
DAudioHardwareGeneric.h95 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/
DVtsHalVibratorV1_1TargetTest.cpp77 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/
DIVibrator.aidl24 …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/
DIVibrator.aidl24 …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/
DIVibrator.aidl100 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/
DVibrator.cpp166 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/
DICustomVibrator.aidl23 …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/
DICustomVibrator.aidl23 …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/
DICustomVibrator.aidl54 int perform(VendorEffect effect, IVibratorCallback callback); in perform()
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp82 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/
DVibrator.cpp60 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/
DConversions.cpp30 namespace effect { namespace
DEffectsFactory.cpp52 namespace effect { namespace
182 sp<IEffect> effect; in createEffectImpl() local
DAudioBufferManager.cpp55 namespace effect { namespace
/hardware/interfaces/tests/extension/vibrator/aidl/default/
DCustomVibrator.cpp36 ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect, in perform()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp114 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/
DVibrator.cpp242 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/
Daudio_hw.c196 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/
Dbenchmark.cpp149 for (const auto &effect : ndk::enum_range<Effect>()) { in DefaultArgs() local

123