Home
last modified time | relevance | path

Searched refs:vendor_codec_id (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-api.h38 uint16_t vendor_codec_id; member
Dbluez5-util.c1105 hash = 31 * hash + ((p->vendor_codec_id >> 0) & 0xFF); in pa_a2dp_codec_id_hash_func()
1106 hash = 31 * hash + ((p->vendor_codec_id >> 8) & 0xFF); in pa_a2dp_codec_id_hash_func()
1124 if (a->vendor_codec_id < b->vendor_codec_id) in pa_a2dp_codec_id_compare_func()
1126 if (a->vendor_codec_id > b->vendor_codec_id) in pa_a2dp_codec_id_compare_func()
2001 a2dp_codec_id->vendor_codec_id = A2DP_GET_CODEC_ID(*(a2dp_vendor_codec_t *)capabilities); in parse_remote_endpoint_properties()
2004 a2dp_codec_id->vendor_codec_id = 0; in parse_remote_endpoint_properties()