Home
last modified time | relevance | path

Searched defs:Effect (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/audio/effect/all-versions/default/
DEffect.h56 struct Effect : public IEffect { struct
61 Effect(bool isInput, effect_handle_t handle); argument
115 static const char* sContextConversion;
120 Return<void> getIntegerParam(uint32_t paramId, in getIntegerParam()
133 Result getParam(uint32_t paramId, T& paramValue) { in getParam()
142 Result getParam(uint32_t paramId, uint32_t paramArg, T& paramValue) { in getParam()
172 friend struct VirtualizerEffect; // for getParameterImpl argument
176 using GetConfigCallback = std::function<void(Result retval, const EffectConfig& config)>; argument
196 virtual ~Effect(); argument
DEffect.cpp145 Effect::Effect(bool isInput, effect_handle_t handle) in Effect() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
/hardware/interfaces/audio/common/7.0/example/
DEffect.h25 explicit Effect(const EffectDescriptor& descriptor) : mDescriptor(descriptor) {} in Effect() function
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DEffect.aidl36 enum Effect { enum
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DEffect.aidl21 enum Effect { enum
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DEffect.aidl20 enum Effect { enum
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DEffect.aidl36 enum Effect { enum
/hardware/interfaces/vibrator/1.0/default/
DVibrator.cpp63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform() argument
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp94 using Effect = E1; typedef in VibratorEffectsBench
108 void performBench(State* state, Return<void> (I::*performApi)(Effect, EffectStrength, in performBench()