Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Ddef.h1060 PA_PORT_AVAILABLE_UNKNOWN = 0, /**< This port does not support jack detection \since 2.0 */ enumerator
1066 #define PA_PORT_AVAILABLE_UNKNOWN PA_PORT_AVAILABLE_UNKNOWN macro
Dintrospect.c215 i.ports[j]->available = PA_PORT_AVAILABLE_UNKNOWN; in context_get_sink_info_callback()
495 i.ports[j]->available = PA_PORT_AVAILABLE_UNKNOWN; in context_get_source_info_callback()
/third_party/pulseaudio/src/utils/
Dpactl.c237 case PA_PORT_AVAILABLE_UNKNOWN: return _("availability unknown"); in get_available_str()