Home
last modified time | relevance | path

Searched refs:sink_path (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Diface-sample.c398 const char *sink_path = NULL; in handle_play_to_sink() local
408 dbus_message_iter_get_basic(&msg_iter, &sink_path); in handle_play_to_sink()
417 if (!(sink = pa_dbusiface_core_get_sink(s->core, sink_path))) { in handle_play_to_sink()
418 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NOT_FOUND, "%s: No such sink.", sink_path); in handle_play_to_sink()
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c839 char sink_path[sizeof(OBJECT_SINKS) + 32]; in sinks_and_sources_handler() local
840 char *path_end = sink_path + sizeof(OBJECT_SINKS); in sinks_and_sources_handler()
844 strcpy(sink_path, OBJECT_SINKS "/"); in sinks_and_sources_handler()
849 … append_sink_or_source_item_properties(r, &sub, sink_path, u, sink, NULL, filter, filter_len); in sinks_and_sources_handler()