Home
last modified time | relevance | path

Searched refs:new_codec_config (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc781 void BtaAvCo::SaveCodec(const uint8_t* new_codec_config) { in SaveCodec() argument
783 bta_av_sink_state_.setCodecConfig(new_codec_config); in SaveCodec()
785 bta_av_legacy_state_.setCodecConfig(new_codec_config); in SaveCodec()
1191 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in SelectSourceCodec() local
1201 p_sink->codec_caps, true /* is_capability */, new_codec_config, in SelectSourceCodec()
1256 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSourceCodecSelection() local
1268 p_sink->codec_caps, true /* is_capability */, new_codec_config, in AttemptSourceCodecSelection()
1275 SaveNewCodecConfig(p_peer, new_codec_config, p_sink->num_protect, in AttemptSourceCodecSelection()
1283 uint8_t new_codec_config[AVDT_CODEC_SIZE]; in AttemptSinkCodecSelection() local
1295 p_source->codec_caps, true /* is_capability */, new_codec_config, in AttemptSinkCodecSelection()
[all …]
/packages/modules/Bluetooth/system/btif/include/
Dbta_av_co.h301 void SaveCodec(const uint8_t* new_codec_config);
441 void SaveNewCodecConfig(BtaAvCoPeer* p_peer, const uint8_t* new_codec_config,
Dbtif_av_co.h44 void bta_av_co_save_codec(const uint8_t* new_codec_config);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc390 btav_a2dp_codec_config_t new_codec_config = getCodecConfig(); in setCodecUserConfig() local
391 if ((saved_codec_config.sample_rate != new_codec_config.sample_rate) || in setCodecUserConfig()
393 new_codec_config.bits_per_sample) || in setCodecUserConfig()
394 (saved_codec_config.channel_mode != new_codec_config.channel_mode)) { in setCodecUserConfig()