Searched refs:SINK_INPUT_MESSAGE_POST_DATA (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-simple.c | 79 SINK_INPUT_MESSAGE_POST_DATA = PA_SINK_INPUT_MESSAGE_MAX, /* data from main loop to sink input */ enumerator 199 pa_asyncmsgq_post(c->sink_input->sink->asyncmsgq, PA_MSGOBJECT(c->sink_input), SINK_INPUT_MESSAGE_POST_DATA, NULL, 0, &chunk, NULL); in do_read() 316 case SINK_INPUT_MESSAGE_POST_DATA: { in sink_input_process_msg()
|
H A D | protocol-native.h | 201 SINK_INPUT_MESSAGE_POST_DATA = PA_SINK_INPUT_MESSAGE_MAX, /* data from main loop to sink input */ enumerator
|
H A D | protocol-esound.c | 130 SINK_INPUT_MESSAGE_POST_DATA = PA_SINK_INPUT_MESSAGE_MAX, /* data from main loop to sink input */ enumerator 1182 pa_asyncmsgq_post(c->sink_input->sink->asyncmsgq, PA_MSGOBJECT(c->sink_input), SINK_INPUT_MESSAGE_POST_DATA, NULL, 0, &chunk, NULL); in do_read() 1335 case SINK_INPUT_MESSAGE_POST_DATA: { in sink_input_process_msg()
|
H A D | protocol-native.c | 1157 case SINK_INPUT_MESSAGE_POST_DATA: { in sink_input_process_msg() 4948 pa_asyncmsgq_post(ps->sink_input->sink->asyncmsgq, PA_MSGOBJECT(ps->sink_input), SINK_INPUT_MESSAGE_POST_DATA, NULL, 0, chunk, NULL); in pstream_memblock_callback()
|
Completed in 12 milliseconds