Searched defs:Effect (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/audio/effect/2.0/default/
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 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...]

Completed in 48 milliseconds