Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpstream.c127 pa_srbchannel *srb, *srbpending; member
734 p->srb = p->srbpending; in check_srbpending()
1282 p->srbpending = srb; in pa_pstream_set_srbchannel()
Dprotocol-native.c192 pa_srbchannel *srbpending; member
1192 if (c->srbpending) in native_connection_unlink()
1193 pa_srbchannel_free(c->srbpending); in native_connection_unlink()
2539 c->srbpending = srb; in setup_srbchannel()
2552 if (tag != (uint32_t) (size_t) c->srbpending) { in command_enable_srbchannel()
2558 pa_pstream_set_srbchannel(c->pstream, c->srbpending); in command_enable_srbchannel()
2559 c->srbpending = NULL; in command_enable_srbchannel()
5193 c->srbpending = NULL; in pa_native_protocol_connect()