Lines Matching defs:name
403 static void stream_event_callback(pa_stream *s, const char *name, pa_proplist *pl, void *userdata) {
407 pa_assert(name);
411 pa_log("Got event '%s', properties '%s'", name, t);
413 if (pa_streq(name, PA_STREAM_EVENT_REQUEST_CORK)) {
419 } else if (pa_streq(name, PA_STREAM_EVENT_REQUEST_UNCORK)) {
683 " -s, --server=SERVER The name of the server to connect to\n"
684 " -d, --device=DEVICE The name of the sink/source to connect to. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@ can be used to specify the default sink, source and monitor respectively.\n"
685 " -n, --client-name=NAME How to call this client on the server\n"
686 " --stream-name=NAME How to call this stream on the server\n"
702 " --no-remap Map channels by index instead of name.\n"
755 {"client-name", 1, NULL, 'n'},
756 {"stream-name", 1, NULL, ARG_STREAM_NAME},
852 pa_log(_("Invalid client name '%s'"), t ? t : optarg);
867 pa_log(_("Invalid stream name '%s'"), t ? t : optarg);
1143 /* Fill in client name if none was set */
1153 /* Fill in media name if none was set */
1162 pa_log(_("Failed to set media name."));