Searched refs:SINK_INPUT_MESSAGE_DISABLE_PREBUF (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-simple.c | 80 SINK_INPUT_MESSAGE_DISABLE_PREBUF /* disabled prebuf, get playback started. */ enumerator 272 pa_asyncmsgq_post(c->sink_input->sink->asyncmsgq, PA_MSGOBJECT(c->sink_input), SINK_INPUT_MESSAGE_DISABLE_PREBUF, NULL, 0, NULL, NULL); in do_work() 332 case SINK_INPUT_MESSAGE_DISABLE_PREBUF: in sink_input_process_msg()
|
H A D | protocol-esound.c | 131 SINK_INPUT_MESSAGE_DISABLE_PREBUF enumerator 1273 pa_asyncmsgq_post(c->sink_input->sink->asyncmsgq, PA_MSGOBJECT(c->sink_input), SINK_INPUT_MESSAGE_DISABLE_PREBUF, NULL, 0, NULL, NULL); in do_work() 1351 case SINK_INPUT_MESSAGE_DISABLE_PREBUF: in sink_input_process_msg()
|
Completed in 4 milliseconds