Searched refs:state_plugged (Results 1 – 3 of 3) sorted by relevance
189 pa_available_t state_unplugged, state_plugged; member
168 jack->state_plugged = PA_AVAILABLE_YES; in pa_alsa_jack_new()2622 j->state_plugged = pa; in jack_parse_state()3793 (ja->state_plugged == jb->state_plugged) && in path_set_condense()4471 if (!j->has_control || j->state_plugged == PA_AVAILABLE_NO) in profile_set_set_availability_groups()4480 if (!j2->has_control || j2->state_plugged == PA_AVAILABLE_NO) in profile_set_set_availability_groups()4484 j->state_plugged = PA_AVAILABLE_UNKNOWN; in profile_set_set_availability_groups()4485 j2->state_plugged = PA_AVAILABLE_UNKNOWN; in profile_set_set_availability_groups()
341 cpa = jack->plugged_in ? jack->state_plugged : jack->state_unplugged; in calc_port_state()