Home
last modified time | relevance | path

Searched refs:profile_is_sticky (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-card-restore.c83 bool profile_is_sticky; /* since version 5; must be restored together with profile name */ member
157 entry->profile_is_sticky = card->profile_is_sticky; in entry_from_card()
158 if (card->save_profile || entry->profile_is_sticky) in entry_from_card()
199 if (a->profile_is_sticky != b->profile_is_sticky) in entrys_equal()
230 pa_tagstruct_put_boolean(t, e->profile_is_sticky); in entry_write()
358 bool profile_is_sticky; in entry_read() local
359 if (pa_tagstruct_get_boolean(t, &profile_is_sticky) < 0) in entry_read()
362 e->profile_is_sticky in entry_read()
[all...]
H A Dmodule-switch-on-port-available.c140 if (port->card->profile_is_sticky) { in try_to_switch_profile()
399 if (card->profile_is_sticky) { in card_profile_available_hook_callback()
/third_party/pulseaudio/src/pulsecore/
H A Dcard.c240 card->profile_is_sticky = false; in pa_card_choose_initial_profile()
331 static int card_set_profile_is_sticky(pa_card *c, bool profile_is_sticky) { in card_set_profile_is_sticky() argument
334 if (c->profile_is_sticky == profile_is_sticky) in card_set_profile_is_sticky()
337 pa_log_debug("%s: profile_is_sticky: %s -> %s", in card_set_profile_is_sticky()
338 c->name, pa_yes_no(c->profile_is_sticky), pa_yes_no(profile_is_sticky)); in card_set_profile_is_sticky()
340 c->profile_is_sticky = profile_is_sticky; in card_set_profile_is_sticky()
490 pa_json_encoder_add_element_bool(encoder, c->profile_is_sticky); in card_message_handler()
[all...]
H A Dcard.h86 bool profile_is_sticky:1; member

Completed in 4 milliseconds