Home
last modified time | relevance | path

Searched refs:n_sinks (Results 1 - 13 of 13) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
H A Diface-card.c219 unsigned n_sinks; in handle_get_sinks() local
225 sinks = get_sinks(c, &n_sinks); in handle_get_sinks()
227 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, sinks, n_sinks); in handle_get_sinks()
378 unsigned n_sinks = 0; in handle_get_all() local
392 sinks = get_sinks(c, &n_sinks); in handle_get_all()
409 pa_dbus_append_basic_array_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_SINKS].property_name, DBUS_TYPE_OBJECT_PATH, sinks, n_sinks); in handle_get_all()
H A Diface-card-profile.c120 sinks = p->profile->n_sinks; in handle_get_sinks()
178 sinks = p->profile->n_sinks; in handle_get_all()
H A Diface-core.c1071 unsigned n_sinks; in handle_get_all() local
1105 sinks = get_sinks(c, &n_sinks); in handle_get_all()
1138 pa_dbus_append_basic_array_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_SINKS].property_name, DBUS_TYPE_OBJECT_PATH, sinks, n_sinks); in handle_get_all()
/third_party/pulseaudio/src/pulsecore/
H A Dcard.h54 unsigned n_sinks; member
H A Dprotocol-native.c3211 pa_tagstruct_putu32(t, p->n_sinks); in card_fill_tagstruct()
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h542 uint32_t n_sinks; /**< Number of sinks this profile would create */ member
553 uint32_t n_sinks; /**< Number of sinks this profile would create */ member
H A Dintrospect.c901 pa_tagstruct_getu32(t, &i->profiles[j].n_sinks) < 0 || in fill_card_profile_info()
909 i->profiles2[j]->n_sinks = i->profiles[j].n_sinks; in fill_card_profile_info()
/third_party/pulseaudio/src/modules/
H A Dmodule-switch-on-port-available.c115 if (card->active_profile->n_sinks != profile->n_sinks) in profile_good_for_input()
H A Dmodule-equalizer-sink.c1707 static void get_sinks(pa_core *u, char ***names, unsigned *n_sinks) { in get_sinks() argument
1714 pa_assert(n_sinks); in get_sinks()
1717 *n_sinks = (unsigned) pa_idxset_size(sink_list); in get_sinks()
1718 *names = *n_sinks > 0 ? pa_xnew0(char *,*n_sinks) : NULL; in get_sinks()
1719 for(uint32_t i = 0; i < *n_sinks; ++i) { in get_sinks()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c2044 cp->n_sinks = 1; in create_card_profile()
2056 cp->n_sinks = 0; in create_card_profile()
2068 cp->n_sinks = 1; in create_card_profile()
2081 cp->n_sinks = 1; in create_card_profile()
2094 cp->n_sinks = 1; in create_card_profile()
2107 cp->n_sinks = 1; in create_card_profile()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c691 profile->n_sinks = 1; in raop_create_profile()
/third_party/pulseaudio/src/modules/alsa/
H A Dmodule-alsa-card.c161 cp->n_sinks = pa_idxset_size(ap->output_mappings); in add_profiles()
/third_party/pulseaudio/src/utils/
H A Dpactl.c1092 pa_json_encoder_add_member_int(info_json_2_encoder, "sinks", (*p)->n_sinks); in pa_card_profile_info_2_to_json_object()
1248 (*p)->description, (*p)->n_sinks, (*p)->n_sources, (*p)->priority, pa_yes_no_localised((*p)->available)); in get_card_info_callback()

Completed in 33 milliseconds