Home
last modified time | relevance | path

Searched refs:PA_AVAILABLE_YES (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluetooth-policy.c337 (profile->available == PA_AVAILABLE_YES && result->available == PA_AVAILABLE_UNKNOWN) || in find_best_profile()
368 if (profile->available == PA_AVAILABLE_YES) { in profile_available_hook_callback()
372 …if (card->active_profile->available == PA_AVAILABLE_YES && card->active_profile->priority >= profi… in profile_available_hook_callback()
Dmodule-bluez5-device.c1906 return PA_AVAILABLE_YES; in get_port_availability()
1919 return PA_AVAILABLE_YES; in transport_state_to_availability()
2264 cp->available = PA_AVAILABLE_YES; in add_card()
/third_party/pulseaudio/src/pulsecore/
Dcard.h34 PA_AVAILABLE_YES = 2, enumerator
Dcard.c53 case PA_AVAILABLE_YES: in pa_available_to_string()
/third_party/pulseaudio/src/modules/
Dmodule-switch-on-port-available.c356 case PA_AVAILABLE_YES: in port_available_hook_callback()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c2305 available = device->jack->plugged_in ? PA_AVAILABLE_YES : PA_AVAILABLE_NO; in pa_alsa_ucm_device_update_available()
2360 pa_available_t available = PA_AVAILABLE_YES; in ucm_port_update_available()
Dmodule-alsa-card.c356 } else if (cpa == PA_AVAILABLE_YES) { in calc_port_state()
Dalsa-mixer.c168 jack->state_plugged = PA_AVAILABLE_YES; in pa_alsa_jack_new()
2609 pa = PA_AVAILABLE_YES; in jack_parse_state()