Home
last modified time | relevance | path

Searched defs:codec_info (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc188 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()
Da2dp_encoding_host.cc335 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/
Dmock_audio_hal_interface_a2dp_encoding.cc46 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()
Dmock_audio_hal_interface_a2dp_encoding.h91 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/
Da2dpCodecInfoFuzzHelpers.h42 uint8_t* codec_info = getArbitraryVectorElement(fdp, a2dp_codec_info_vect, false); in callArbitraryCodecInfoFunction() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc449 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()
Da2dp_provider_info_unittest.cc229 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
Da2dp_provider_info.cc317 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/
Dle_audio_utils.cc686 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/
Da2dp_sbc_encoder.cc151 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
Da2dp_vendor_aptx_encoder.cc163 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_aptx_encoder_update() local
Da2dp_vendor_aptx_hd_encoder.cc162 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_aptx_hd_encoder_update() local
Da2dp_aac_encoder_linux.cc155 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_aac_encoder_init() local
Da2dp_aac_encoder.cc159 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_aac_encoder_update() local
Da2dp_vendor_opus_encoder.cc183 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_opus_encoder_update() local
Da2dp_vendor_ldac_encoder.cc179 uint8_t codec_info[AVDT_CODEC_SIZE]; in a2dp_vendor_ldac_encoder_update() local
/packages/modules/Bluetooth/system/hci/include/
Dbt_vendor_lib.h372 uint8_t codec_info[10]; /* Codec capabilities array */ member
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_sbc_unittest.cc272 auto codec_info = A2DP_CodecInfoString(kCodecInfoSbcCapability); in TEST_F() local
Da2dp_aac_unittest.cc263 auto codec_info = A2DP_CodecInfoString(kCodecInfoAacCapability); in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc85 uint8_t codec_info[AVDT_CODEC_SIZE]; member
Dbtif_a2dp_source.cc583 uint8_t codec_info[AVDT_CODEC_SIZE]; in btif_a2dp_get_peer_mtu() local
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h328 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/
Dbta_av_api.h363 uint8_t* codec_info; member
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc103 auto& codec_info = supported_codecs->emplace_back(); in Init() local