/third_party/pulseaudio/src/pulsecore/ |
D | pdispatch.h | 33 typedef struct pa_pdispatch pa_pdispatch; typedef 35 typedef void (*pa_pdispatch_cb_t)(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… 36 typedef void (*pa_pdispatch_drain_cb_t)(pa_pdispatch *pd, void *userdata); 38 pa_pdispatch* pa_pdispatch_new(pa_mainloop_api *m, bool use_rtclock, const pa_pdispatch_cb_t *table… 39 void pa_pdispatch_unref(pa_pdispatch *pd); 40 pa_pdispatch* pa_pdispatch_ref(pa_pdispatch *pd); 42 int pa_pdispatch_run(pa_pdispatch *pd, pa_packet *p, pa_cmsg_ancil_data *ancil_data, void *userdata… 44 void pa_pdispatch_register_reply(pa_pdispatch *pd, uint32_t tag, int timeout, pa_pdispatch_cb_t cal… 46 int pa_pdispatch_is_pending(pa_pdispatch *pd); 48 void pa_pdispatch_set_drain_callback(pa_pdispatch *pd, pa_pdispatch_drain_cb_t callback, void *user… [all …]
|
D | pdispatch.c | 209 pa_pdispatch *pdispatch; 218 struct pa_pdispatch { struct 244 pa_pdispatch* pa_pdispatch_new(pa_mainloop_api *mainloop, bool use_rtclock, const pa_pdispatch_cb_t… in pa_pdispatch_new() argument 245 pa_pdispatch *pd; in pa_pdispatch_new() 250 pd = pa_xnew0(pa_pdispatch, 1); in pa_pdispatch_new() 261 static void pdispatch_free(pa_pdispatch *pd) { in pdispatch_free() 274 static void run_action(pa_pdispatch *pd, struct reply_info *r, uint32_t command, pa_tagstruct *ts) { in run_action() 296 int pa_pdispatch_run(pa_pdispatch *pd, pa_packet *packet, pa_cmsg_ancil_data *ancil_data, void *use… in pa_pdispatch_run() 377 void pa_pdispatch_register_reply(pa_pdispatch *pd, uint32_t tag, int timeout, pa_pdispatch_cb_t cb,… in pa_pdispatch_register_reply() 401 int pa_pdispatch_is_pending(pa_pdispatch *pd) { in pa_pdispatch_is_pending() [all …]
|
D | protocol-native.c | 185 pa_pdispatch *pdispatch; 1861 static void command_create_playback_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in command_create_playback_stream() 2128 static void command_delete_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… in command_delete_stream() 2186 static void command_create_record_stream(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst… in command_create_record_stream() 2444 static void command_exit(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *u… in command_exit() 2545 static void command_enable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruc… in command_enable_srbchannel() 2558 static void command_auth(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *u… in command_auth() 2737 static void command_register_memfd_shmid(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst… in command_register_memfd_shmid() 2747 static void command_set_client_name(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … in command_set_client_name() 2785 static void command_lookup(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void … in command_lookup() [all …]
|
D | native-common.c | 38 int pa_common_command_register_memfd_shmid(pa_pstream *p, pa_pdispatch *pd, uint32_t version, in pa_common_command_register_memfd_shmid()
|
D | native-common.h | 204 int pa_common_command_register_memfd_shmid(pa_pstream *p, pa_pdispatch *pd, uint32_t version,
|
/third_party/pulseaudio/src/pulse/ |
D | internal.h | 75 pa_pdispatch *pdispatch; 257 void pa_command_request(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *us… 258 void pa_command_stream_killed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, vo… 259 void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, … 260 void pa_command_overflow_or_underflow(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruc… 261 void pa_command_stream_suspended(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t,… 262 void pa_command_stream_moved(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… 263 void pa_command_stream_started(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, v… 264 void pa_command_stream_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… 265 void pa_command_client_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… [all …]
|
D | context.c | 69 void pa_command_extension(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *… 70 static void pa_command_enable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst… 71 static void pa_command_disable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tags… 72 static void pa_command_register_memfd_shmid(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_ta… 476 static void setup_complete_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … in setup_complete_callback() 1124 static void pdispatch_drain_callback(pa_pdispatch*pd, void *userdata) { 1181 void pa_context_simple_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … 1436 void pa_command_extension(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *… 1473 static void pa_command_enable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagst… 1519 static void pa_command_disable_srbchannel(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tags… [all …]
|
D | subscribe.c | 32 void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, … in pa_command_subscribe_event()
|
D | scache.c | 102 static void play_sample_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct… in play_sample_ack_callback() 136 static void play_sample_with_proplist_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag… in play_sample_with_proplist_ack_callback()
|
D | ext-device-restore.c | 48 static void ext_device_restore_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_device_restore_test_cb() 153 static void ext_device_restore_read_device_formats_cb(pa_pdispatch *pd, uint32_t command, uint32_t … in ext_device_restore_read_device_formats_cb()
|
D | ext-stream-restore.c | 43 static void ext_stream_restore_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_stream_restore_test_cb() 103 static void ext_stream_restore_read_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_stream_restore_read_cb()
|
D | stream.c | 415 void pa_command_stream_killed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, vo… in pa_command_stream_killed() 494 void pa_command_stream_moved(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… in pa_command_stream_moved() 597 void pa_command_stream_buffer_attr(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *… in pa_command_stream_buffer_attr() 671 void pa_command_stream_suspended(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t,… in pa_command_stream_suspended() 721 void pa_command_stream_started(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, v… in pa_command_stream_started() 761 void pa_command_stream_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, voi… in pa_command_stream_event() 814 void pa_command_request(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *us… in pa_command_request() 858 void pa_command_overflow_or_underflow(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruc… in pa_command_overflow_or_underflow() 1041 void pa_create_stream_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, v… in pa_create_stream_callback() 1795 static void stream_get_timing_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_ta… in stream_get_timing_info_callback() [all …]
|
D | ext-device-manager.c | 47 static void ext_device_manager_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_device_manager_test_cb() 107 static void ext_device_manager_read_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_device_manager_read_cb()
|
D | introspect.c | 39 static void context_stat_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… in context_stat_callback() 83 static void context_get_server_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_server_info_callback() 136 static void context_get_sink_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in context_get_sink_info_callback() 416 static void context_get_source_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_source_info_callback() 695 static void context_get_client_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_client_info_callback() 927 static void context_get_card_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in context_get_card_info_callback() 1121 static void context_get_module_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_module_info_callback() 1206 static void context_get_sink_input_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, … in context_get_sink_input_info_callback() 1311 static void context_get_source_output_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t ta… in context_get_source_output_info_callback() 1717 static void context_get_sample_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_sample_info_callback() [all …]
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 153 static void command_request(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void… 154 static void command_started(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void… 156 static void command_subscribe_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct … 157 static void command_stream_killed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… 158 static void command_overflow_or_underflow(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tags… 159 static void command_suspended(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, vo… 160 static void command_moved(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *… 161 static void command_stream_or_client_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… 162 static void command_stream_buffer_attr_changed(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa… 195 pa_pdispatch *pdispatch; [all …]
|