Lines Matching defs:cards
183 /* Only consider bluetooth cards */
189 /* In revert_to_a2dp phase only consider cards with will_need_revert flag and remove it */
255 /* Switch profile for all cards */
256 static void switch_profile_all(pa_idxset *cards, bool revert_to_a2dp, void *userdata) {
260 PA_IDXSET_FOREACH(card, cards, idx)
272 switch_profile_all(c->cards, false, userdata);
288 switch_profile_all(c->cards, true, userdata);
302 /* Only consider bluetooth cards */
355 /* Only consider bluetooth cards */
398 PA_IDXSET_FOREACH(card, core->cards, state) {