Lines Matching defs:best
212 pa_card_profile *best = NULL;226 if (!best || profile->priority > best->priority)227 best = profile;230 if (!best) {232 if (!best || profile->priority > best->priority)233 best = profile;236 pa_assert(best);238 card->active_profile = best;