Lines Matching defs:EffectContext
65 struct EffectContext { struct
66 const struct effect_interface_s *common_itfe; // Holds the itfe of the Proxy
67 sub_effect_entry_t** sube; // Points to the sub effects
68 effect_descriptor_t* desc; // Points to the sub effect descriptors
69 audio_effect_library_t** aeli; // Points to the sub effect aeli
70 effect_handle_t eHandle[SUB_FX_COUNT]; // The effect handles of the sub effects
71 int index; // The index that is currently active - HOST or OFFLOAD
72 int32_t sessionId; // The sessiond in which the effect is created.
74 int32_t ioId; // The ioId in which the effect is created.
76 effect_uuid_t uuid; // UUID of the Proxy
77 char* replyData; // temporary buffer for non active sub effect command reply
78 uint32_t replySize; // current size of temporary reply buffer