Home
last modified time | relevance | path

Searched refs:pa_native_protocol_remove_server_string (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-protocol-stub.c439 pa_native_protocol_remove_server_string(u->native_protocol, t); in pa__done()
444 pa_native_protocol_remove_server_string(u->native_protocol, t); in pa__done()
449 pa_native_protocol_remove_server_string(u->native_protocol, t); in pa__done()
Dohos_module-protocol-stub.c440 pa_native_protocol_remove_server_string(u->native_protocol, t); in pa__done()
445 pa_native_protocol_remove_server_string(u->native_protocol, t); in pa__done()
450 pa_native_protocol_remove_server_string(u->native_protocol, t); in pa__done()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.h67 void pa_native_protocol_remove_server_string(pa_native_protocol *p, const char *name);
Dprotocol-native.c5339 void pa_native_protocol_remove_server_string(pa_native_protocol *p, const char *name) { in pa_native_protocol_remove_server_string() function