Home
last modified time | relevance | path

Searched refs:choose_remote_endpoint (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-ldac-gst.c75 static const char *choose_remote_endpoint(const pa_hashmap *capabilities_hashmap, const pa_sample_s… in choose_remote_endpoint() function
439 .choose_remote_endpoint = choose_remote_endpoint,
462 .choose_remote_endpoint = choose_remote_endpoint,
485 .choose_remote_endpoint = choose_remote_endpoint,
Da2dp-codec-sbc.c111 static const char *choose_remote_endpoint(const pa_hashmap *capabilities_hashmap, const pa_sample_s… in choose_remote_endpoint() function
932 .choose_remote_endpoint = choose_remote_endpoint,
970 .choose_remote_endpoint = choose_remote_endpoint_xq,
995 .choose_remote_endpoint = choose_remote_endpoint_xq,
1020 .choose_remote_endpoint = choose_remote_endpoint_xq,
Da2dp-codec-aptx-gst.c92 static const char *choose_remote_endpoint(const pa_hashmap *capabilities_hashmap, const pa_sample_s… in choose_remote_endpoint() function
562 .choose_remote_endpoint = choose_remote_endpoint,
586 .choose_remote_endpoint = choose_remote_endpoint_hd,
Da2dp-codec-api.h58 …const char *(*choose_remote_endpoint)(const pa_hashmap *capabilities_hashmap, const pa_sample_spec… member
Dbluez5-util.c470 …pa_assert_se(endpoint = endpoint_conf->choose_remote_endpoint(capabilities_hashmap, &device->disco… in pa_bluetooth_device_switch_codec()