Home
last modified time | relevance | path

Searched refs:PA_PORT_AVAILABLE_YES (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h1062PA_PORT_AVAILABLE_YES = 2, /**< This port is available, likely because the jack is plugged in.… enumerator
1068 #define PA_PORT_AVAILABLE_YES PA_PORT_AVAILABLE_YES macro
Dintrospect.c218 if (pa_tagstruct_getu32(t, &av) < 0 || av > PA_PORT_AVAILABLE_YES) in context_get_sink_info_callback()
498 if (pa_tagstruct_getu32(t, &av) < 0 || av > PA_PORT_AVAILABLE_YES) in context_get_source_info_callback()
845 if (available > PA_PORT_AVAILABLE_YES ) { in fill_card_port_info()
/third_party/pulseaudio/src/utils/
Dpactl.c238 case PA_PORT_AVAILABLE_YES: return _("available"); in get_available_str()