Searched refs:endpoint_conf (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 441 pa_hashmap *capabilities_hashmap, const pa_a2dp_endpoint_conf *endpoint_conf, in pa_bluetooth_device_switch_codec() 456 pa_assert(endpoint_conf); in pa_bluetooth_device_switch_codec() 467 &endpoint_conf->id); in pa_bluetooth_device_switch_codec() 470 pa_assert_se(endpoint = endpoint_conf->choose_remote_endpoint(capabilities_hashmap, &device->discovery->core->default_sample_spec, is_a2dp_sink)); in pa_bluetooth_device_switch_codec() 473 config_size = endpoint_conf->fill_preferred_configuration(&device->discovery->core->default_sample_spec, in pa_bluetooth_device_switch_codec() 479 endpoint_conf->bt_codec.name); in pa_bluetooth_device_switch_codec() 1761 static void register_legacy_sbc_endpoint(pa_bluetooth_discovery *y, const pa_a2dp_endpoint_conf *endpoint_conf, const char *path, const char *endpoint, const char *uuid) { in register_legacy_sbc_endpoint() argument 1770 codec_id = endpoint_conf->id.codec_id; in register_legacy_sbc_endpoint() 1771 capabilities_size = endpoint_conf->fill_capabilities(capabilities); in register_legacy_sbc_endpoint() 1837 const pa_a2dp_endpoint_conf *endpoint_conf; in register_application_reply() local 440 pa_bluetooth_device_switch_codec(pa_bluetooth_device *device, pa_bluetooth_profile_t profile, pa_hashmap *capabilities_hashmap, const pa_a2dp_endpoint_conf *endpoint_conf, void (*codec_switch_cb)(bool, pa_bluetooth_profile_t profile, void *), void *userdata) pa_bluetooth_device_switch_codec() argument 2437 const pa_a2dp_endpoint_conf *endpoint_conf = NULL; endpoint_set_configuration() local 2587 const pa_a2dp_endpoint_conf *endpoint_conf; endpoint_select_configuration() local 2816 const pa_a2dp_endpoint_conf *endpoint_conf; object_manager_handler() local 2876 const pa_a2dp_endpoint_conf *endpoint_conf; pa_bluetooth_discovery_get() local 2975 const pa_a2dp_endpoint_conf *endpoint_conf; pa_bluetooth_discovery_unref() local [all...] |
H A D | module-bluez5-device.c | 2527 const pa_a2dp_endpoint_conf *endpoint_conf; in list_codecs() local 2529 endpoint_conf = pa_bluetooth_a2dp_endpoint_conf_iter(i); in list_codecs() 2531 if (memcmp(key, &endpoint_conf->id, sizeof(pa_a2dp_codec_id)) == 0) { in list_codecs() 2532 if (endpoint_conf->can_be_supported(is_a2dp_sink)) { in list_codecs() 2535 pa_json_encoder_add_member_string(encoder, "name", endpoint_conf->bt_codec.name); in list_codecs() 2536 pa_json_encoder_add_member_string(encoder, "description", endpoint_conf->bt_codec.description); in list_codecs() 2570 const pa_a2dp_endpoint_conf *endpoint_conf; in bluez5_device_message_handler() local 2627 endpoint_conf = pa_bluetooth_get_a2dp_endpoint_conf(codec_name); in bluez5_device_message_handler() 2628 if (endpoint_conf == NULL) { in bluez5_device_message_handler() 2635 if (!endpoint_conf in bluez5_device_message_handler() [all...] |
H A D | bluez5-util.h | 220 bool pa_bluetooth_device_switch_codec(pa_bluetooth_device *device, pa_bluetooth_profile_t profile, pa_hashmap *capabilities_hashmap, const pa_a2dp_endpoint_conf *endpoint_conf, void (*codec_switch_cb)(bool, pa_bluetooth_profile_t profile, void *), void *userdata);
|
Completed in 9 milliseconds