• Home
  • Raw
  • Download

Lines Matching refs:pa_operation

298 pa_operation* pa_context_get_sink_info_by_name(pa_context *c, const char *name, pa_sink_info_cb_t c…
301 pa_operation* pa_context_get_sink_info_by_index(pa_context *c, uint32_t idx, pa_sink_info_cb_t cb, …
304 pa_operation* pa_context_get_sink_info_list(pa_context *c, pa_sink_info_cb_t cb, void *userdata);
307 pa_operation* pa_context_set_sink_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *vo…
310 pa_operation* pa_context_set_sink_volume_by_name(pa_context *c, const char *name, const pa_cvolume …
313 pa_operation* pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_s…
316 pa_operation* pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_contex…
319 pa_operation* pa_context_suspend_sink_by_name(pa_context *c, const char *sink_name, int suspend, pa…
322 pa_operation* pa_context_suspend_sink_by_index(pa_context *c, uint32_t idx, int suspend, pa_contex…
325 pa_operation* pa_context_set_sink_port_by_index(pa_context *c, uint32_t idx, const char*port, pa_co…
328 pa_operation* pa_context_set_sink_port_by_name(pa_context *c, const char*name, const char*port, pa_…
403 pa_operation* pa_context_get_source_info_by_name(pa_context *c, const char *name, pa_source_info_cb…
406 pa_operation* pa_context_get_source_info_by_index(pa_context *c, uint32_t idx, pa_source_info_cb_t …
409 pa_operation* pa_context_get_source_info_list(pa_context *c, pa_source_info_cb_t cb, void *userdata…
412 pa_operation* pa_context_set_source_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *…
415 pa_operation* pa_context_set_source_volume_by_name(pa_context *c, const char *name, const pa_cvolum…
418 pa_operation* pa_context_set_source_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context…
421 pa_operation* pa_context_set_source_mute_by_name(pa_context *c, const char *name, int mute, pa_cont…
424 pa_operation* pa_context_suspend_source_by_name(pa_context *c, const char *source_name, int suspend…
427 pa_operation* pa_context_suspend_source_by_index(pa_context *c, uint32_t idx, int suspend, pa_conte…
430 pa_operation* pa_context_set_source_port_by_index(pa_context *c, uint32_t idx, const char*port, pa_…
433 pa_operation* pa_context_set_source_port_by_name(pa_context *c, const char*name, const char*port, p…
458 pa_operation* pa_context_get_server_info(pa_context *c, pa_server_info_cb_t cb, void *userdata);
482 pa_operation* pa_context_get_module_info(pa_context *c, uint32_t idx, pa_module_info_cb_t cb, void …
485 pa_operation* pa_context_get_module_info_list(pa_context *c, pa_module_info_cb_t cb, void *userdata…
491 pa_operation* pa_context_load_module(pa_context *c, const char*name, const char *argument, pa_conte…
494 pa_operation* pa_context_unload_module(pa_context *c, uint32_t idx, pa_context_success_cb_t cb, voi…
505 pa_operation* pa_context_send_message_to_object(pa_context *c, const char *recipient_name, const ch…
526 pa_operation* pa_context_get_client_info(pa_context *c, uint32_t idx, pa_client_info_cb_t cb, void …
529 pa_operation* pa_context_get_client_info_list(pa_context *c, pa_client_info_cb_t cb, void *userdata…
532 pa_operation* pa_context_kill_client(pa_context *c, uint32_t idx, pa_context_success_cb_t cb, void …
622 pa_operation* pa_context_get_card_info_by_index(pa_context *c, uint32_t idx, pa_card_info_cb_t cb, …
625 pa_operation* pa_context_get_card_info_by_name(pa_context *c, const char *name, pa_card_info_cb_t c…
628 pa_operation* pa_context_get_card_info_list(pa_context *c, pa_card_info_cb_t cb, void *userdata);
631 pa_operation* pa_context_set_card_profile_by_index(pa_context *c, uint32_t idx, const char*profile,…
634 pa_operation* pa_context_set_card_profile_by_name(pa_context *c, const char*name, const char*profil…
637 pa_operation* pa_context_set_port_latency_offset(pa_context *c, const char *card_name, const char *…
671 pa_operation* pa_context_get_sink_input_info(pa_context *c, uint32_t idx, pa_sink_input_info_cb_t c…
674 pa_operation* pa_context_get_sink_input_info_list(pa_context *c, pa_sink_input_info_cb_t cb, void *…
677 pa_operation* pa_context_move_sink_input_by_name(pa_context *c, uint32_t idx, const char *sink_name…
680 pa_operation* pa_context_move_sink_input_by_index(pa_context *c, uint32_t idx, uint32_t sink_idx, p…
683 pa_operation* pa_context_set_sink_input_volume(pa_context *c, uint32_t idx, const pa_cvolume *volum…
686 pa_operation* pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mute, pa_context_succ…
689 pa_operation* pa_context_kill_sink_input(pa_context *c, uint32_t idx, pa_context_success_cb_t cb, v…
723 pa_operation* pa_context_get_source_output_info(pa_context *c, uint32_t idx, pa_source_output_info_…
726 pa_operation* pa_context_get_source_output_info_list(pa_context *c, pa_source_output_info_cb_t cb, …
729 pa_operation* pa_context_move_source_output_by_name(pa_context *c, uint32_t idx, const char *source…
732 pa_operation* pa_context_move_source_output_by_index(pa_context *c, uint32_t idx, uint32_t source_i…
735 pa_operation* pa_context_set_source_output_volume(pa_context *c, uint32_t idx, const pa_cvolume *vo…
738 pa_operation* pa_context_set_source_output_mute(pa_context *c, uint32_t idx, int mute, pa_context_s…
741 pa_operation* pa_context_kill_source_output(pa_context *c, uint32_t idx, pa_context_success_cb_t cb…
762 pa_operation* pa_context_stat(pa_context *c, pa_stat_info_cb_t cb, void *userdata);
788 pa_operation* pa_context_get_sample_info_by_name(pa_context *c, const char *name, pa_sample_info_cb…
791 pa_operation* pa_context_get_sample_info_by_index(pa_context *c, uint32_t idx, pa_sample_info_cb_t …
794 pa_operation* pa_context_get_sample_info_list(pa_context *c, pa_sample_info_cb_t cb, void *userdata…
823 pa_operation* pa_context_get_autoload_info_by_name(pa_context *c, const char *name, pa_autoload_typ…
826 pa_operation* pa_context_get_autoload_info_by_index(pa_context *c, uint32_t idx, pa_autoload_info_c…
829 pa_operation* pa_context_get_autoload_info_list(pa_context *c, pa_autoload_info_cb_t cb, void *user…
832 pa_operation* pa_context_add_autoload(pa_context *c, const char *name, pa_autoload_type_t type, con…
835 pa_operation* pa_context_remove_autoload_by_name(pa_context *c, const char *name, pa_autoload_type_…
838 pa_operation* pa_context_remove_autoload_by_index(pa_context *c, uint32_t idx, pa_context_success_c…