Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_codec_api.h83 bool copyOutOtaCodecConfig(uint8_t* p_codec_info);
/system/bt/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc245 if (!a2dp_codec_config->copyOutOtaCodecConfig(codec_info)) { in a2dp_vendor_aptx_hd_encoder_update()
Da2dp_vendor_aptx_encoder.cc245 if (!a2dp_codec_config->copyOutOtaCodecConfig(codec_info)) { in a2dp_vendor_aptx_encoder_update()
Da2dp_aac_encoder.cc206 if (!a2dp_codec_config->copyOutOtaCodecConfig(codec_info)) { in a2dp_aac_encoder_update()
Da2dp_vendor_ldac_encoder.cc365 if (!a2dp_codec_config->copyOutOtaCodecConfig(codec_info)) { in a2dp_vendor_ldac_encoder_update()
Da2dp_sbc_encoder.cc203 if (!a2dp_codec_config->copyOutOtaCodecConfig(codec_info)) { in a2dp_sbc_encoder_update()
Da2dp_codec_config.cc250 bool A2dpCodecConfig::copyOutOtaCodecConfig(uint8_t* p_codec_info) { in copyOutOtaCodecConfig() function in A2dpCodecConfig