Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc1183 A2dpCodecConfig* software_codec_config = nullptr; in SelectSourceCodec() local
1206 software_codec_config = iter; in SelectSourceCodec()
1212 (software_codec_config == nullptr || in SelectSourceCodec()
1213 bta_av_co_should_select_hardware_codec(*software_codec_config, in SelectSourceCodec()
1220 if (software_codec_config != nullptr) { in SelectSourceCodec()
1222 return AttemptSourceCodecSelection(*software_codec_config, p_peer); in SelectSourceCodec()