Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor.cc38 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_IsVendorSourceCodecValid()
109 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_IsVendorPeerSinkCodecValid()
199 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorUsesRtpHeader()
234 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorCodecName()
278 codec_id_a == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorCodecTypeEquals()
323 codec_id_a == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorCodecEquals()
355 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorGetBitRate()
386 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorGetTrackSampleRate()
417 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorGetTrackBitsPerSample()
448 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_VendorGetTrackChannelCount()
[all …]
Da2dp_vendor_aptx.cc54 A2DP_APTX_CODEC_ID_BLUETOOTH, /* codecId */
65 A2DP_APTX_CODEC_ID_BLUETOOTH, /* codecId */
151 p_ie->codecId != A2DP_APTX_CODEC_ID_BLUETOOTH) { in A2DP_ParseInfoAptx()
Da2dp_codec_config.cc550 if (codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH && in A2DP_IotGetPeerSinkCodecType()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor_aptx_constants.h28 #define A2DP_APTX_CODEC_ID_BLUETOOTH 0x0001 macro
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_provider_info.cc136 codec_id == A2DP_APTX_CODEC_ID_BLUETOOTH) { in assignSourceCodecIndex()