/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding.cc | 188 bool codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info() function 189 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info() 215 const uint8_t* codec_info, in parse_a2dp_configuration()
|
D | a2dp_encoding_host.cc | 335 bool codec_info(btav_a2dp_codec_index_t /*codec_index*/, bluetooth::a2dp::CodecId* /*codec_id*/, in codec_info() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_audio_hal_interface_a2dp_encoding.cc | 46 struct codec_info codec_info; variable 111 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info() function in bluetooth::audio::a2dp::provider 112 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info() 147 const uint8_t* codec_info, in parse_a2dp_configuration()
|
D | mock_audio_hal_interface_a2dp_encoding.h | 91 struct codec_info { struct 94 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config)> argument 99 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in operator() argument
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/ |
D | a2dpCodecInfoFuzzHelpers.h | 42 uint8_t* codec_info = getArbitraryVectorElement(fdp, a2dp_codec_info_vect, false); in callArbitraryCodecInfoFunction() local
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | a2dp_encoding_aidl.cc | 449 uint8_t codec_info[AVDT_CODEC_SIZE]; in setup_codec() local 662 bool provider::codec_info(btav_a2dp_codec_index_t codec_index, bluetooth::a2dp::CodecId* codec_id, in codec_info() function in bluetooth::audio::aidl::a2dp::provider 663 uint8_t* codec_info, btav_a2dp_codec_config_t* codec_config) { in codec_info() 889 const uint8_t* codec_info, in parse_a2dp_configuration()
|
D | a2dp_provider_info_unittest.cc | 229 auto codec_info = received_codec_info_sbc.value(); in TEST_F() local 240 auto codec_info = received_codec_info_aac.value(); in TEST_F() local 251 auto codec_info = received_codec_info_opus.value(); in TEST_F() local 262 auto codec_info = received_codec_info_foobar.value(); in TEST_F() local
|
D | a2dp_provider_info.cc | 317 uint8_t* codec_info) { in BuildCodecCapabilities() 351 bluetooth::a2dp::CodecId* codec_id, uint8_t* codec_info, in CodecCapabilities()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.cc | 686 for (auto& codec_info : provider_info.codecInfos) { in isAsymmetricConfigurationSupported() local 707 for (auto& codec_info : provider_info.codecInfos) { in isLowLatencyConfigurationSupported() local
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_sbc_encoder.cc | 151 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_sbc_encoder_update() local 820 uint8_t codec_info[AVDT_CODEC_SIZE]; in debug_codec_dump() local
|
D | a2dp_vendor_aptx_encoder.cc | 163 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_aptx_encoder_update() local
|
D | a2dp_vendor_aptx_hd_encoder.cc | 162 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_aptx_hd_encoder_update() local
|
D | a2dp_aac_encoder_linux.cc | 155 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_aac_encoder_init() local
|
D | a2dp_aac_encoder.cc | 159 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_aac_encoder_update() local
|
D | a2dp_vendor_opus_encoder.cc | 183 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_opus_encoder_update() local
|
D | a2dp_vendor_ldac_encoder.cc | 179 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_ldac_encoder_update() local
|
/packages/modules/Bluetooth/system/hci/include/ |
D | bt_vendor_lib.h | 372 uint8_t codec_info[10]; /* Codec capabilities array */ member
|
/packages/modules/Bluetooth/system/stack/test/a2dp/ |
D | a2dp_sbc_unittest.cc | 272 auto codec_info = A2DP_CodecInfoString(kCodecInfoSbcCapability); in TEST_F() local
|
D | a2dp_aac_unittest.cc | 263 auto codec_info = A2DP_CodecInfoString(kCodecInfoAacCapability); in TEST_F() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_sink.cc | 85 uint8_t codec_info[AVDT_CODEC_SIZE]; member
|
D | btif_a2dp_source.cc | 583 uint8_t codec_info[AVDT_CODEC_SIZE]; in btif_a2dp_get_peer_mtu() local
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_int.h | 328 uint8_t codec_info[AVDT_CODEC_SIZE]; /* codec configuration */ member 402 uint8_t codec_info[AVDT_CODEC_SIZE]; /* Codec info */ member 664 uint8_t codec_info[32]; /* Codec specific information */ variable
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 363 uint8_t* codec_info; member
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 103 auto& codec_info = supported_codecs->emplace_back(); in Init() local
|