Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c79 gchar *client_name; in gst_pulse_device_provider_class_init() local
95 client_name = gst_pulse_client_name (); in gst_pulse_device_provider_class_init()
99 "The PulseAudio client_name_to_use", client_name, in gst_pulse_device_provider_class_init()
102 g_free (client_name); in gst_pulse_device_provider_class_init()
113 self->client_name = gst_pulse_client_name (); in gst_pulse_device_provider_init()
121 g_free (self->client_name); in gst_pulse_device_provider_finalize()
142 g_free (self->client_name); in gst_pulse_device_provider_set_property()
147 self->client_name = gst_pulse_client_name (); in gst_pulse_device_provider_set_property()
149 self->client_name = g_value_dup_string (value); in gst_pulse_device_provider_set_property()
168 g_value_set_string (value, self->client_name); in gst_pulse_device_provider_get_property()
[all …]
Dpulsedeviceprovider.h46 gchar *client_name; member
Dpulsesink.h56 gchar *server, *device, *stream_name, *client_name; member
Dpulsesrc.h43 gchar *server, *device, *client_name; member
Dpulsesrc.c256 pulsesrc->client_name = gst_pulse_client_name (); in gst_pulsesrc_init()
339 g_free (pulsesrc->client_name); in gst_pulsesrc_finalize()
794 g_free (pulsesrc->client_name); in gst_pulsesrc_set_property()
798 pulsesrc->client_name = gst_pulse_client_name (); in gst_pulsesrc_set_property()
800 pulsesrc->client_name = g_value_dup_string (value); in gst_pulsesrc_set_property()
850 g_value_set_string (value, pulsesrc->client_name); in gst_pulsesrc_get_property()
1001 pulsesrc->client_name))) { in gst_pulsesrc_open()
Dpulsesink.c515 g_assert (psink->client_name); in gst_pulseringbuffer_open_device()
518 pbuf->context_name = g_strdup_printf ("%s@%s", psink->client_name, in gst_pulseringbuffer_open_device()
521 pbuf->context_name = g_strdup (psink->client_name); in gst_pulseringbuffer_open_device()
2365 pulsesink->client_name = gst_pulse_client_name (); in gst_pulsesink_init()
2399 g_free (pulsesink->client_name); in gst_pulsesink_finalize()
2883 g_free (pulsesink->client_name); in gst_pulsesink_set_property()
2887 pulsesink->client_name = gst_pulse_client_name (); in gst_pulsesink_set_property()
2889 pulsesink->client_name = g_value_dup_string (value); in gst_pulsesink_set_property()
2949 g_value_set_string (value, pulsesink->client_name); in gst_pulsesink_get_property()
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c421 char *client_name; in dump_restart_areas_area() local
444 client_name = NULL; in dump_restart_areas_area()
445 if (ntfs_ucstombs(lcr->client_name, in dump_restart_areas_area()
447 2, &client_name, 0) < 0) { in dump_restart_areas_area()
449 client_name = strdup("<conversion error>"); in dump_restart_areas_area()
452 client_name = strdup("<unnamed>"); in dump_restart_areas_area()
453 ntfs_log_info("client_name = %s\n", client_name); in dump_restart_areas_area()
454 free(client_name); in dump_restart_areas_area()
Dntfsrecover.c2799 (const char*)rcli->client_name, in showrest()
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackaudiosrc.c339 if (src->client_name) { in gst_jack_ring_buffer_open_device()
340 name = src->client_name; in gst_jack_ring_buffer_open_device()
899 src->client_name = g_strdup (DEFAULT_PROP_CLIENT_NAME); in gst_jack_audio_src_init()
911 if (src->client_name != NULL) { in gst_jack_audio_src_dispose()
912 g_free (src->client_name); in gst_jack_audio_src_dispose()
913 src->client_name = NULL; in gst_jack_audio_src_dispose()
934 g_free (src->client_name); in gst_jack_audio_src_set_property()
935 src->client_name = g_value_dup_string (value); in gst_jack_audio_src_set_property()
978 g_value_set_string (value, src->client_name); in gst_jack_audio_src_get_property()
Dgstjackaudiosink.c334 if (sink->client_name) { in gst_jack_ring_buffer_open_device()
335 name = sink->client_name; in gst_jack_ring_buffer_open_device()
884 sink->client_name = g_strdup (DEFAULT_PROP_CLIENT_NAME); in gst_jack_audio_sink_init()
896 if (sink->client_name != NULL) { in gst_jack_audio_sink_dispose()
897 g_free (sink->client_name); in gst_jack_audio_sink_dispose()
898 sink->client_name = NULL; in gst_jack_audio_sink_dispose()
921 g_free (sink->client_name); in gst_jack_audio_sink_set_property()
922 sink->client_name = g_value_dup_string (value); in gst_jack_audio_sink_set_property()
967 g_value_set_string (value, sink->client_name); in gst_jack_audio_sink_get_property()
Dgstjackaudiosrc.h72 gchar *client_name; member
Dgstjackaudiosink.h55 gchar *client_name; member
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_signal_handling_test.py37 client_name = sys.argv[1].split("/")[-1] variable
40 os.path.join(os.path.dirname(os.path.abspath(__file__)), client_name))
/third_party/pulseaudio/src/modules/jack/
Dmodule-jack-source.c245 const char *server_name, *client_name; in pa__init() local
269 client_name = pa_modargs_get_value(ma, "client_name", "PulseAudio JACK Source"); in pa__init()
290 …if (!(u->client = jack_client_open(client_name, server_name ? JackServerName : JackNullOption, &st… in pa__init()
Dmodule-jack-sink.c297 const char *server_name, *client_name; in pa__init() local
321 client_name = pa_modargs_get_value(ma, "client_name", "PulseAudio JACK Sink"); in pa__init()
348 …if (!(u->client = jack_client_open(client_name, server_name ? JackServerName : JackNullOption, &st… in pa__init()
/third_party/flatbuffers/grpc/src/compiler/
Djava_generator.cc464 string client_name = service_name; in PrintStub() local
483 client_name += "BlockingClient"; in PrintStub()
491 client_name += "FutureClient"; in PrintStub()
501 vars["client_name"] = client_name; in PrintStub()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h296 /* 32*/ ntfschar client_name[64];/* Name of the client in Unicode. Should member
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_ibus.c366 const char *client_name = "SDL2_Application"; in IBus_SetupConnection() local
368 DBUS_TYPE_STRING, &client_name, in IBus_SetupConnection()
/third_party/alsa-lib/src/pcm/
Dpcm_direct.h342 …m_direct_open_secondary_client(snd_pcm_t **spcmp, snd_pcm_direct_t *dmix, const char *client_name);
Dpcm_direct.c1543 …cm_direct_open_secondary_client(snd_pcm_t **spcmp, snd_pcm_direct_t *dmix, const char *client_name) argument
1548 ret = snd_pcm_hw_open_fd(spcmp, client_name, dmix->hw_fd, 0);
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c3775 const char *client_name; in command_set_volume() local
3824client_name = pa_strnull(pa_proplist_gets(c->client->proplist, PA_PROP_APPLICATION_PROCESS_BINARY)… in command_set_volume()
3829 pa_log_debug("Client %s changes volume of sink %s.", client_name, sink->name); in command_set_volume()
3834 pa_log_debug("Client %s changes volume of source %s.", client_name, source->name); in command_set_volume()
3841 client_name, in command_set_volume()
3849 client_name, in command_set_volume()
3871 const char *name = NULL, *client_name; in command_set_mute() local
3921client_name = pa_strnull(pa_proplist_gets(c->client->proplist, PA_PROP_APPLICATION_PROCESS_BINARY)… in command_set_mute()
3924 pa_log_debug("Client %s changes mute of sink %s.", client_name, sink->name); in command_set_mute()
3927 pa_log_debug("Client %s changes mute of source %s.", client_name, source->name); in command_set_mute()
[all …]
/third_party/pulseaudio/src/modules/
Dmodule-stream-restore.c1990 const char *name, *device, *client_name; in extension_cb() local
2036client_name = pa_strnull(pa_proplist_gets(pa_native_connection_get_client(c)->proplist, PA_PROP_AP… in extension_cb()
2037 if (pa_safe_streq(client_name, "gnome-control-center")) { in extension_cb()
/third_party/glib/gio/
Dgwin32appinfo.c2031 const gunichar2 *client_name; in collect_capable_apps_from_clients() local
2078 &client_name, in collect_capable_apps_from_clients()
2084 client_name, in collect_capable_apps_from_clients()
2118 if (default_value && wcscmp (default_value, client_name) == 0) in collect_capable_apps_from_clients()
/third_party/pulseaudio/src/utils/
Dpadsp.c480 static const char *client_name(char *buf, size_t n) { in client_name() function
674 …if (!(i->context = pa_context_new(pa_threaded_mainloop_get_api(i->mainloop), client_name(name, siz… in fd_info_new()
/third_party/ffmpeg/doc/
Dindevs.texi842 each audio channel, with name @var{client_name}:input_@var{N}, where
843 @var{client_name} is the name provided by the application, and @var{N}

12