/third_party/pulseaudio/src/pulsecore/ |
D | thread-mq.h | 47 pa_thread_mq *pa_thread_mq_get(void); 51 pa_assert(!pa_thread_mq_get()) 55 pa_assert(pa_thread_mq_get())
|
D | protocol-simple.c | 363 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(c), CONNECTION_MESSAGE_UNLINK_CONNECTION,… in sink_input_pop_cb() 378 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(c), CONNECTION_MESSAGE_REQUEST_DATA, NULL… in sink_input_pop_cb() 428 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(c), CONNECTION_MESSAGE_POST_DATA, NULL, 0… in source_output_push_cb()
|
D | thread-mq.c | 221 pa_thread_mq *pa_thread_mq_get(void) { in pa_thread_mq_get() function
|
D | play-memblockq.c | 127 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u), MEMBLOCKQ_STREAM_MESSAGE_UNLINK, NULL… in sink_input_pop_cb()
|
D | source-output.h | 408 pa_assert(pa_thread_mq_get() || !PA_SOURCE_OUTPUT_IS_LINKED((s)->state))
|
D | sound-file-stream.c | 196 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u), FILE_STREAM_MESSAGE_UNLINK, NULL, 0, … in sink_input_pop_cb()
|
D | sink-input.h | 487 pa_assert(pa_thread_mq_get() || !PA_SINK_INPUT_IS_LINKED((s)->state))
|
D | source.h | 492 pa_assert(pa_thread_mq_get() || !PA_SOURCE_IS_LINKED((s)->state))
|
D | sink.h | 583 pa_assert(pa_thread_mq_get() || !PA_SINK_IS_LINKED((s)->state))
|
D | protocol-native.c | 1141 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_REQUEST_DATA,… in playback_stream_request_bytes() 1347 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_OVERFLOW, NUL… in sink_input_process_msg() 1411 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_DRAIN_ACK, us… in sink_input_process_msg() 1487 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_DRAIN_ACK, PA… in handle_input_underrun() 1490 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_UNDERFLOW, NU… in handle_input_underrun() 1532 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_STARTED, NULL… in sink_input_pop_cb() 1588 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PLAYBACK_STREAM_MESSAGE_UPDATE_TLENGT… in sink_input_update_max_request_cb() 1727 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), RECORD_STREAM_MESSAGE_POST_DATA, NULL… in source_output_push_cb() 5164 if (!(q = pa_thread_mq_get())) in pstream_revoke_callback() 5173 if (!(q = pa_thread_mq_get())) in pstream_release_callback()
|
D | protocol-esound.c | 1382 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(c), CONNECTION_MESSAGE_UNLINK_CONNECTION,… in sink_input_pop_cb() 1396 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(c), CONNECTION_MESSAGE_REQUEST_DATA, NULL… in sink_input_pop_cb() 1445 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(c), CONNECTION_MESSAGE_POST_DATA, NULL, 0… in source_output_push_cb()
|
D | protocol-http.c | 227 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(o), SOURCE_OUTPUT_MESSAGE_POST_DATA, NULL… in source_output_push_cb()
|
D | source.c | 1838 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PA_SOURCE_MESSAGE_UPDATE_VOLUME_AND_M… in pa_source_update_volume_and_mute()
|
D | sink.c | 2315 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(s), PA_SINK_MESSAGE_UPDATE_VOLUME_AND_MUT… in pa_sink_update_volume_and_mute()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 643 if (pa_thread_mq_get() != NULL) in transport_acquire() 644 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), BLUETOOTH_MESSAGE_SET_TRANSPORT_… in transport_acquire() 669 if (pa_thread_mq_get() != NULL && u->transport->state == PA_BLUETOOTH_TRANSPORT_STATE_PLAYING) in transport_release() 670 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), BLUETOOTH_MESSAGE_STREAM_FD_HUP,… in transport_release() 1474 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), BLUETOOTH_MESSAGE_STREAM_FD_HUP,… in thread_func() 1704 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), BLUETOOTH_MESSAGE_IO_THREAD_FAIL… in thread_func()
|
/third_party/pulseaudio/src/modules/ |
D | module-loopback.c | 1003 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), LOOPBACK_MESSAGE_SOURCE_LATENCY_… in update_source_latency_range_cb() 1124 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), LOOPBACK_MESSAGE_ADJUST_DONE, NU… in sink_input_process_msg_cb() 1142 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), LOOPBACK_MESSAGE_UNDERRUN, NULL,… in sink_input_process_msg_cb() 1433 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(u->msg), LOOPBACK_MESSAGE_SINK_LATENCY_RA… in update_sink_latency_range_cb()
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | module-echo-cancel.c | 1632 …pa_asyncmsgq_post(pa_thread_mq_get()->outq, PA_MSGOBJECT(ec->msg), ECHO_CANCELLER_MESSAGE_SET_VOLU… in pa_echo_canceller_set_capture_volume()
|