Searched refs:PA_SINK_HARDWARE (Results 1 – 14 of 14) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | def.h | 808 PA_SINK_HARDWARE = 0x0004U, enumerator 857 #define PA_SINK_HARDWARE PA_SINK_HARDWARE macro
|
/third_party/pulseaudio/src/modules/ |
D | module-switch-on-connect.c | 96 if (u->ignore_virtual && !(sink->flags & PA_SINK_HARDWARE)) { in sink_put_hook_callback()
|
D | module-zeroconf-publish.c | 167 s->subtype = sink->flags & PA_SINK_HARDWARE ? SUBTYPE_HARDWARE : SUBTYPE_VIRTUAL; in get_service_data()
|
D | module-waveout.c | 678 u->sink = pa_sink_new(m->core, &data, PA_SINK_HARDWARE|PA_SINK_LATENCY); in pa__init()
|
D | module-solaris.c | 1023 u->sink = pa_sink_new(m->core, &sink_new_data, PA_SINK_HARDWARE|PA_SINK_LATENCY); in pa__init()
|
D | module-combine-sink.c | 1180 if (!(s->flags & PA_SINK_HARDWARE)) in is_suitable_sink()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-bonjour-publish.c | 100 *ret_subtype = sink->flags & PA_SINK_HARDWARE ? SUBTYPE_HARDWARE : SUBTYPE_VIRTUAL; in get_service_data()
|
D | module-coreaudio-device.c | 410 pa_sink_flags_t flags = PA_SINK_LATENCY | PA_SINK_HARDWARE; in ca_device_create_sink()
|
/third_party/pulseaudio/src/pulsecore/ |
D | cli-text.c | 233 sink->flags & PA_SINK_HARDWARE ? "HARDWARE " : "", in pa_sink_list_to_string()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-device.c | 630 ? !!(d->sink->flags & PA_SINK_HARDWARE) in handle_get_is_hardware_device() 850 is_hardware_device = !!(d->sink->flags & PA_SINK_HARDWARE); in handle_get_all()
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 1417 u->sink = pa_sink_new(m->core, &sink_new_data, PA_SINK_HARDWARE|PA_SINK_LATENCY); in pa__init()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 350 i->flags & PA_SINK_HARDWARE ? "HARDWARE " : "", in get_sink_info_callback()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 1220 u->sink = pa_sink_new(u->core, &data, PA_SINK_HARDWARE|PA_SINK_LATENCY); in add_sink()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-sink.c | 2591 …u->sink = pa_sink_new(m->core, &data, PA_SINK_HARDWARE | PA_SINK_LATENCY | (u->use_tsched ? PA_SIN… in pa_alsa_sink_new()
|