Searched refs:new_codec_config (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 781 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/ |
D | bta_av_co.h | 301 void SaveCodec(const uint8_t* new_codec_config); 441 void SaveNewCodecConfig(BtaAvCoPeer* p_peer, const uint8_t* new_codec_config,
|
D | btif_av_co.h | 44 void bta_av_co_save_codec(const uint8_t* new_codec_config);
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 390 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()
|