Home
last modified time | relevance | path

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

/system/bt/stack/test/fuzzers/a2dp/codec/
Da2dpCodecFuzzFunctions.h211 btav_a2dp_codec_config_t result_codec_config;
214 reinterpret_cast<uint8_t*>(&result_codec_config);
238 btav_a2dp_codec_config_t result_codec_config;
240 reinterpret_cast<uint8_t*>(&result_codec_config);
263 btav_a2dp_codec_config_t result_codec_config;
265 reinterpret_cast<uint8_t*>(&result_codec_config);
/system/bt/btif/co/
Dbta_av_co.cc986 uint8_t result_codec_config[AVDT_CODEC_SIZE]; in ProcessSourceGetConfig() local
994 result_codec_config, &restart_input, &restart_output, in ProcessSourceGetConfig()
1487 uint8_t result_codec_config[AVDT_CODEC_SIZE]; in SetCodecUserConfig() local
1535 result_codec_config, &restart_input, &restart_output, in SetCodecUserConfig()
1582 uint8_t result_codec_config[AVDT_CODEC_SIZE]; in SetCodecAudioConfig() local
1616 result_codec_config, &restart_output, &config_updated)) { in SetCodecAudioConfig()
1626 SaveNewCodecConfig(p_peer, result_codec_config, p_sink->num_protect, in SetCodecAudioConfig()
2011 uint8_t result_codec_config[AVDT_CODEC_SIZE]; in SetCodecOtaConfig() local
2036 p_ota_codec_config, &peer_params, result_codec_config, &restart_input, in SetCodecOtaConfig()
2045 << A2DP_CodecInfoString(result_codec_config); in SetCodecOtaConfig()
[all …]