Searched refs:Effect (Results 1 - 25 of 39) sorted by relevance

12

/hardware/interfaces/vibrator/1.1/
H A Dtypes.hal19 import @1.0::Effect;
22 enum Effect_1_1 : @1.0::Effect {
/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp23 #include "Effect.h"
27 #include <effect/all-versions/default/Effect.impl.h>
H A DEffect.h25 #include <effect/all-versions/default/Effect.h>
/hardware/interfaces/audio/effect/4.0/default/
H A DEffect.cpp23 #include "Effect.h"
27 #include <effect/all-versions/default/Effect.impl.h>
H A DEffect.h25 #include <effect/all-versions/default/Effect.h>
/hardware/interfaces/vibrator/1.0/
H A Dtypes.hal27 enum Effect : uint32_t {
H A DIVibrator.hal71 perform(Effect effect, EffectStrength strength) generates (Status status, uint32_t lengthMs);
/hardware/interfaces/vibrator/1.2/
H A DIVibrator.hal35 perform_1_2(Effect effect, EffectStrength strength)
H A Dtypes.hal24 enum Effect : @1.1::Effect_1_1 {
/hardware/interfaces/vibrator/1.2/vts/functional/
H A DVtsHalVibratorV1_2TargetTest.cpp29 using ::android::hardware::vibrator::V1_2::Effect;
89 for (const auto& effect : hidl_enum_iterator<Effect>()) {
100 Effect effect = *std::prev(hidl_enum_iterator<Effect>().end());
101 Effect badEffect = static_cast<Effect>(static_cast<int32_t>(effect) + 1);
110 Effect effect = *hidl_enum_iterator<Effect>().begin();
111 Effect badEffect = static_cast<Effect>(static_cas
[all...]
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
H A DEffect.impl.h45 // ProcessThread's lifespan never exceeds Effect's lifespan.
48 Effect::StatusMQ* statusMQ, EventFlag* efGroup)
65 Effect::StatusMQ* mStatusMQ;
132 const char* Effect::sContextResultOfCommand = "returned status";
133 const char* Effect::sContextCallToCommand = "error";
134 const char* Effect::sContextCallFunction = sContextCallToCommand;
136 Effect::Effect(effect_handle_t handle) function in class:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation::Effect
139 Effect::~Effect() {
[all...]
H A DEffect.h60 struct Effect : public IEffect { struct in namespace:android::hardware::audio::effect::AUDIO_HAL_VERSION::implementation
65 explicit Effect(effect_handle_t handle);
189 virtual ~Effect();
H A DAcousticEchoCancelerEffect.h93 sp<Effect> mEffect;
H A DAutomaticGainControlEffect.h102 sp<Effect> mEffect;
H A DBassBoostEffect.h93 sp<Effect> mEffect;
H A DDownmixEffect.h92 sp<Effect> mEffect;
H A DAcousticEchoCancelerEffect.impl.h32 : mEffect(new Effect(handle)) {}
H A DAutomaticGainControlEffect.impl.h31 : mEffect(new Effect(handle)) {}
H A DBassBoostEffect.impl.h31 BassBoostEffect::BassBoostEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
H A DDownmixEffect.impl.h31 DownmixEffect::DownmixEffect(effect_handle_t handle) : mEffect(new Effect(handle)) {}
H A DEffectsFactory.impl.h69 return new Effect(handle);
98 // Effect list has changed.
/hardware/interfaces/vibrator/1.0/vts/functional/
H A DVtsHalVibratorV1_0TargetTest.cpp27 using ::android::hardware::vibrator::V1_0::Effect;
80 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect);
81 vibrator->perform(Effect::DOUBLE_CLICK, EffectStrength::LIGHT, validatePerformEffect);
/hardware/interfaces/vibrator/1.0/default/
H A DVibrator.h37 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
H A DVibrator.cpp63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) {
/hardware/interfaces/vibrator/1.1/vts/functional/
H A DVtsHalVibratorV1_1TargetTest.cpp26 using ::android::hardware::vibrator::V1_0::Effect;

Completed in 610 milliseconds

12