Home
last modified time | relevance | path

Searched refs:pa_path_get_filename (Results 1 – 25 of 25) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dutil.c223 return pa_strlcpy(s, pa_path_get_filename(path), l); in pa_get_binary_name()
233 pa_strlcpy(s, pa_path_get_filename(rp), l); in pa_get_binary_name()
245 pa_strlcpy(s, pa_path_get_filename(rp), l); in pa_get_binary_name()
309 char *pa_path_get_filename(const char *p) { in pa_path_get_filename() function
Dutil.h52 char *pa_path_get_filename(const char *p);
/third_party/pulseaudio/src/tests/
Dalsa-mixer-path-test.c53 pa_log_debug("Shipping file '%s'", pa_path_get_filename(buf)); in load_makefile()
54 result = pa_strlist_prepend(result, pa_path_get_filename(buf)); in load_makefile()
/third_party/pulseaudio/src/pulsecore/
Dlog.c261 a += strlen(pa_path_get_filename(symbols[j])); in get_backtrace()
277 sym = pa_path_get_filename(symbols[j]); in get_backtrace()
413 pa_strnull(pa_thread_get_name(pa_thread_self())), pa_path_get_filename(file)); in pa_log_levelv_meta()
Dclient.c66 c->driver = pa_xstrdup(pa_path_get_filename(data->driver)); in pa_client_new()
Dsound-file-stream.c304 pa_proplist_sets(data.proplist, PA_PROP_MEDIA_NAME, pa_path_get_filename(fname)); in pa_play_file()
Dcard.c163 c->driver = pa_xstrdup(pa_path_get_filename(data->driver)); in pa_card_new()
Dcore-scache.c465 e = pa_path_get_filename(pathname); in add_file()
Dsource-output.c441 o->driver = pa_xstrdup(pa_path_get_filename(data->driver)); in pa_source_output_new()
Dcore-util.c364 if ((slash = (char*) pa_path_get_filename(dir)) == dir) { in pa_parent_dir()
Dsink-input.c494 i->driver = pa_xstrdup(pa_path_get_filename(data->driver)); in pa_sink_input_new()
Dsource.c253 s->driver = pa_xstrdup(pa_path_get_filename(data->driver)); in pa_source_new()
Dsink.c266 s->driver = pa_xstrdup(pa_path_get_filename(data->driver)); in pa_sink_new()
/third_party/pulseaudio/src/daemon/
Ddumpmodules.c114 e = pa_path_get_filename(path); in callback()
Dcmdline.c168 pa_path_get_filename(argv0)); in pa_cmdline_help()
/third_party/pulseaudio/src/utils/
Dpax11publish.c63 pa_path_get_filename(argv[0])); in main()
Dpasuspender.c257 bn = pa_path_get_filename(argv[0]); in main()
Dpacmd.c119 bn = pa_path_get_filename(argv[0]); in main()
Dpactl.c1662 bn = pa_path_get_filename(argv[0]); in main()
1747 char *f = pa_path_get_filename(argv[optind+1]); in main()
Dpacat.c788 bn = pa_path_get_filename(argv[0]); in main()
/third_party/pulseaudio/src/
Dmap-file239 pa_path_get_filename;
/third_party/pulseaudio/src/modules/
Dmodule-solaris.c951 … name = name_buf = pa_sprintf_malloc("solaris_input.%s", pa_path_get_filename(u->device_name)); in pa__init()
1001 … name = name_buf = pa_sprintf_malloc("solaris_output.%s", pa_path_get_filename(u->device_name)); in pa__init()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c1322 name = name_buf = pa_sprintf_malloc("oss_input.%s", pa_path_get_filename(dev)); in pa__init()
1392 name = name_buf = pa_sprintf_malloc("oss_output.%s", pa_path_get_filename(dev)); in pa__init()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1366 n = pa_xstrdup(pa_path_get_filename(m)); in pa_alsa_get_driver_name()
Dalsa-mixer.c2905 n = pa_path_get_filename(fname); in pa_alsa_path_new()