Home
last modified time | relevance | path

Searched refs:a2dp_source_endpoints (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h159 pa_hashmap *a2dp_source_endpoints; member
H A Dbluez5-util.c466 all_endpoints = pa_hashmap_get(is_a2dp_sink ? device->a2dp_sink_endpoints : device->a2dp_source_endpoints, in pa_bluetooth_device_switch_codec()
1142 PA_HASHMAP_FOREACH(endpoints, device->a2dp_source_endpoints, state) in remote_endpoint_remove()
1161 d->a2dp_source_endpoints = pa_hashmap_new_full(pa_a2dp_codec_id_hash_func, pa_a2dp_codec_id_compare_func, pa_xfree, (pa_free_cb_t)pa_hashmap_free); in device_create()
1243 if (d->a2dp_source_endpoints) in device_free()
1244 pa_hashmap_free(d->a2dp_source_endpoints); in device_free()
1981 codec_endpoints = device->a2dp_source_endpoints; in parse_remote_endpoint_properties()
H A Dmodule-bluez5-device.c2523 a2dp_endpoints = is_a2dp_sink ? u->device->a2dp_sink_endpoints : u->device->a2dp_source_endpoints; in list_codecs()
2646 if (pa_hashmap_isempty(is_a2dp_sink ? u->device->a2dp_sink_endpoints : u->device->a2dp_source_endpoints)) { in bluez5_device_message_handler()
2651 capabilities_hashmap = pa_hashmap_get(is_a2dp_sink ? u->device->a2dp_sink_endpoints : u->device->a2dp_source_endpoints, &endpoint_conf->id); in bluez5_device_message_handler()

Completed in 9 milliseconds