Lines Matching defs:source
30 #include <pulsecore/source-output.h>
31 #include <pulsecore/source.h>
64 /* When a source is created, loopback it to default sink */
65 static pa_hook_result_t source_put_hook_callback(pa_core *c, pa_source *source, void *userdata) {
73 pa_assert(source);
76 s = pa_proplist_gets(source->proplist, PA_PROP_DEVICE_BUS);
83 s = pa_proplist_gets(source->proplist, "bluetooth.protocol");
97 args = pa_sprintf_malloc("source=\"%s\" source_dont_move=\"true\" sink_input_properties=\"media.role=%s\"", source->name,
105 /* When a sink is created, loopback it to default source */
213 /* Return true if we should ignore this source output */
264 /* When a source output is created, switch profile a2dp to profile hsp */
276 /* When all source outputs are unlinked, switch profile hsp back back to profile a2dp */
284 /* If there are still some source outputs do nothing. */