Searched refs:get_parameter (Results 1 – 1 of 1) sorted by relevance
55 int (*get_parameter)(effect_context_t *context, effect_param_t *param, uint32_t *size); member886 context->ops.get_parameter = visualizer_get_parameter; in effect_lib_create()1103 if (context->ops.get_parameter) in effect_command()1104 context->ops.get_parameter(context, p, replySize); in effect_command()