Home
last modified time | relevance | path

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

12

/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/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/interfaces/vibrator/1.2/vts/functional/
DVtsHalVibratorV1_2TargetTest.cpp89 for (const auto& effect : hidl_enum_range<Effect>()) { in TEST_F() local
100 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_F() local
110 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_F() local
/hardware/interfaces/vibrator/1.3/vts/functional/
DVtsHalVibratorV1_3TargetTest.cpp102 for (const auto& effect : hidl_enum_range<Effect>()) { in TEST_F() local
113 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_F() local
123 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_F() 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()
Daudio_hw_hal.cpp261 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
266 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
395 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
402 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
/hardware/interfaces/vibrator/1.1/vts/functional/
DVtsHalVibratorV1_1TargetTest.cpp92 Effect_1_1 effect = *std::prev(hidl_enum_range<Effect_1_1>().end()); in TEST_F() local
102 Effect_1_1 effect = *hidl_enum_range<Effect_1_1>().begin(); in TEST_F() local
/hardware/interfaces/audio/effect/all-versions/default/
DEffectsFactory.cpp52 namespace effect { namespace
164 sp<IEffect> effect; in createEffect() local
DConversions.cpp30 namespace effect { namespace
DAudioBufferManager.cpp55 namespace effect { namespace
DAcousticEchoCancelerEffect.cpp29 namespace effect { namespace
DPresetReverbEffect.cpp29 namespace effect { namespace
DDownmixEffect.cpp29 namespace effect { namespace
DBassBoostEffect.cpp29 namespace effect { namespace
DLoudnessEnhancerEffect.cpp31 namespace effect { namespace
DAutomaticGainControlEffect.cpp28 namespace effect { namespace
/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp97 Effect effect = *std::prev(hidl_enum_range<Effect>().end()); in TEST_F() local
106 Effect effect = *hidl_enum_range<Effect>().begin(); in TEST_F() local
/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/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp273 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
278 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
414 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
421 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
DAudioHardwareALSA.h397 virtual status_t addAudioEffect(effect_handle_t effect) in addAudioEffect()
402 virtual status_t removeAudioEffect(effect_handle_t effect) in removeAudioEffect()
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c501 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect()
506 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect()
808 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect()
813 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1682 cam_effect_mode_type effect = 0; in set_specialEffects() local
1749 cam_antibanding_mode_type effect = 0; in set_antiBanding() local
1779 cam_flip_t effect = 0; in set_flipMode() local
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp944 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare()
951 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare()
1331 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare()
1338 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in audio_config_compare()
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp112 sp<IEffect> effect; in TEST_F() local
202 sp<IEffect> effect; member in AudioEffectHidlTest
330 namespace effect { namespace

12