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

12

/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);
H A DAndroid.mk20 # Build types.hal (Effect)
22 GEN := $(intermediates)/android/hardware/vibrator/V1_0/Effect.java
32 android.hardware.vibrator@1.0::types.Effect
114 # Build types.hal (Effect)
116 GEN := $(intermediates)/android/hardware/vibrator/V1_0/Effect.java
126 android.hardware.vibrator@1.0::types.Effect
/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp27 #include "Effect.h"
45 // ProcessThread's lifespan never exceeds Effect's lifespan.
50 Effect::StatusMQ* statusMQ,
69 Effect::StatusMQ* mStatusMQ;
129 const char *Effect::sContextResultOfCommand = "returned status";
130 const char *Effect::sContextCallToCommand = "error";
131 const char *Effect::sContextCallFunction = sContextCallToCommand;
133 Effect::Effect(effect_handle_t handle) function in class:android::hardware::audio::effect::V2_0::implementation::Effect
137 Effect
[all...]
H A DAndroid.mk14 Effect.cpp \
H A DEffect.h61 struct Effect : public IEffect { struct in namespace:android::hardware::audio::effect::V2_0::implementation
66 explicit Effect(effect_handle_t handle);
209 virtual ~Effect();
H A DAcousticEchoCancelerEffect.h25 #include "Effect.h"
105 sp<Effect> mEffect;
H A DBassBoostEffect.h25 #include "Effect.h"
106 sp<Effect> mEffect;
H A DDownmixEffect.h25 #include "Effect.h"
105 sp<Effect> mEffect;
H A DAcousticEchoCancelerEffect.cpp31 : mEffect(new Effect(handle)) {
H A DAutomaticGainControlEffect.cpp30 : mEffect(new Effect(handle)) {
H A DAutomaticGainControlEffect.h27 #include "Effect.h"
114 sp<Effect> mEffect;
H A DBassBoostEffect.cpp31 : mEffect(new Effect(handle)) {
H A DDownmixEffect.cpp31 : mEffect(new Effect(handle)) {
H A DEffectsFactory.cpp39 #include "Effect.h"
83 return new Effect(handle);
112 // Effect list has changed.
H A DEnvironmentalReverbEffect.h27 #include "Effect.h"
140 sp<Effect> mEffect;
H A DEqualizerEffect.h29 #include "Effect.h"
130 sp<Effect> mEffect;
H A DLoudnessEnhancerEffect.cpp33 : mEffect(new Effect(handle)) {
H A DLoudnessEnhancerEffect.h25 #include "Effect.h"
115 sp<Effect> mEffect;
H A DNoiseSuppressionEffect.cpp30 : mEffect(new Effect(handle)) {
H A DNoiseSuppressionEffect.h27 #include "Effect.h"
122 sp<Effect> mEffect;
H A DPresetReverbEffect.cpp31 : mEffect(new Effect(handle)) {
/hardware/interfaces/vibrator/1.0/vts/functional/
H A DVtsHalVibratorV1_0TargetTest.cpp25 using ::android::hardware::vibrator::V1_0::Effect;
71 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect);
72 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) {

Completed in 121 milliseconds

12