Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-esound.h31 typedef struct pa_esound_protocol pa_esound_protocol; typedef
45 pa_esound_protocol* pa_esound_protocol_get(pa_core*core);
46 pa_esound_protocol* pa_esound_protocol_ref(pa_esound_protocol *p);
47 void pa_esound_protocol_unref(pa_esound_protocol *p);
48 void pa_esound_protocol_connect(pa_esound_protocol *p, pa_iochannel *io, pa_esound_options *o);
49 void pa_esound_protocol_disconnect(pa_esound_protocol *p, pa_module *m);
Dprotocol-esound.c84 pa_esound_protocol *protocol;
121 struct pa_esound_protocol { struct
1477 void pa_esound_protocol_connect(pa_esound_protocol *p, pa_iochannel *io, pa_esound_options *o) { in pa_esound_protocol_connect()
1570 void pa_esound_protocol_disconnect(pa_esound_protocol *p, pa_module *m) { in pa_esound_protocol_disconnect()
1582 static pa_esound_protocol* esound_protocol_new(pa_core *c) { in esound_protocol_new()
1583 pa_esound_protocol *p; in esound_protocol_new()
1587 p = pa_xnew(pa_esound_protocol, 1); in esound_protocol_new()
1598 pa_esound_protocol* pa_esound_protocol_get(pa_core *c) { in pa_esound_protocol_get()
1599 pa_esound_protocol *p; in pa_esound_protocol_get()
1607 pa_esound_protocol* pa_esound_protocol_ref(pa_esound_protocol *p) { in pa_esound_protocol_ref()
[all …]
/third_party/pulseaudio/src/modules/
Dohos_module-protocol-stub.c173 pa_esound_protocol *esound_protocol;
Dmodule-protocol-stub.c173 pa_esound_protocol *esound_protocol;