Lines Matching refs:interface
251 effect_handle_t *interface)
254 *interface = (effect_handle_t)&effect->itfe;
286 effect_handle_t *interface)
303 status = effect_create(&session->effects[id], session, interface);
474 // Effect Control Interface Implementation
651 // effect_handle_t interface implementation for effect
660 // Effect Library Interface Implementation
702 static int lib_release(effect_handle_t interface)
707 ALOGV("lib_release %p", interface);
711 struct effect_s *fx = (struct effect_s *)interface;