Home
last modified time | relevance | path

Searched refs:can_be_supported (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-ldac-gst.c36 static bool can_be_supported(bool for_encoding) { in can_be_supported() function
437 .can_be_supported = can_be_supported,
460 .can_be_supported = can_be_supported,
483 .can_be_supported = can_be_supported,
Da2dp-codec-sbc.c59 static bool can_be_supported(bool for_encoding) { in can_be_supported() function
930 .can_be_supported = can_be_supported,
968 .can_be_supported = can_be_supported,
993 .can_be_supported = can_be_supported,
1018 .can_be_supported = can_be_supported,
Da2dp-codec-aptx-gst.c36 static bool can_be_supported(bool for_encoding) { in can_be_supported() function
560 .can_be_supported = can_be_supported,
584 .can_be_supported = can_be_supported,
Da2dp-codec-api.h49 bool (*can_be_supported)(bool for_encoding); member
Da2dp-codec-util.c136 && conf->can_be_supported(is_a2dp_sink)) in pa_bluetooth_a2dp_codec_is_available()
Dbluez5-util.c2826 if (endpoint_conf->can_be_supported(false)) { in object_manager_handler()
2835 if (endpoint_conf->can_be_supported(true)) { in object_manager_handler()
2940 if (endpoint_conf->can_be_supported(false)) { in pa_bluetooth_discovery_get()
2946 if (endpoint_conf->can_be_supported(true)) { in pa_bluetooth_discovery_get()
3031 if (endpoint_conf->can_be_supported(false)) { in pa_bluetooth_discovery_unref()
3037 if (endpoint_conf->can_be_supported(true)) { in pa_bluetooth_discovery_unref()
Dmodule-bluez5-device.c2532 if (endpoint_conf->can_be_supported(is_a2dp_sink)) { in list_codecs()
2635 if (!endpoint_conf->can_be_supported(is_a2dp_sink)) { in bluez5_device_message_handler()