Home
last modified time | relevance | path

Searched refs:a2dp_vendor_codec_t (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codecs.h273 } __attribute__ ((packed)) a2dp_vendor_codec_t; typedef
282 #define A2DP_SET_VENDOR_ID_CODEC_ID(v, c) ((a2dp_vendor_codec_t){ \
304 a2dp_vendor_codec_t info;
347 a2dp_vendor_codec_t info;
353 a2dp_vendor_codec_t info;
405 a2dp_vendor_codec_t info;
411 a2dp_vendor_codec_t info;
H A Dbluez5-util.c1995 if ((size_t)capabilities_size < sizeof(a2dp_vendor_codec_t)) { in parse_remote_endpoint_properties()
2000 a2dp_codec_id->vendor_id = A2DP_GET_VENDOR_ID(*(a2dp_vendor_codec_t *)capabilities); in parse_remote_endpoint_properties()
2001 a2dp_codec_id->vendor_codec_id = A2DP_GET_CODEC_ID(*(a2dp_vendor_codec_t *)capabilities); in parse_remote_endpoint_properties()

Completed in 6 milliseconds