Home | History | Annotate | Download | only in voice_processing

Lines Matching refs:fx

316                                   struct effect_s *fx)
318 ALOGW_IF(effect_release(fx) != 0, " session_release_effect() failed for id %d", fx->id);
320 session->created_msk &= ~(1<<fx->id);
681 ALOGW("lib_create: fx not found uuid: %08x", uuid->timeLow);
711 struct effect_s *fx = (struct effect_s *)interface;
715 if (session == fx->session) {
716 session_release_effect(fx->session, fx);
741 ALOGV("lib_get_descriptor() got fx %s", desc->name);