/system/bt/stack/a2dp/ |
D | a2dp_codec_config.cc | 337 bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument 340 *p_restart_output = false; in setCodecUserConfig() 378 *p_restart_output = true; in setCodecUserConfig() 382 bool encoder_restart_output = *p_restart_output; in setCodecUserConfig() 390 if (encoder_restart_output) *p_restart_output = true; in setCodecUserConfig() 394 if (*p_restart_input || *p_restart_output) *p_config_updated = true; in setCodecUserConfig() 724 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument 730 *p_restart_output = false; in setCodecUserConfig() 751 p_restart_input, p_restart_output, p_config_updated)) { in setCodecUserConfig() 770 *p_restart_output = true; in setCodecUserConfig() [all …]
|
D | a2dp_vendor_aptx_hd_encoder.cc | 107 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated); 216 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument 232 p_restart_input, p_restart_output, in updateEncoderUserConfig() 242 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) { in a2dp_vendor_aptx_hd_encoder_update() argument 246 *p_restart_output = false; in a2dp_vendor_aptx_hd_encoder_update()
|
D | a2dp_vendor_aptx_encoder.cc | 108 bool* p_restart_output, 215 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument 230 p_restart_input, p_restart_output, in updateEncoderUserConfig() 241 bool* p_restart_output, in a2dp_vendor_aptx_encoder_update() argument 246 *p_restart_output = false; in a2dp_vendor_aptx_encoder_update()
|
D | a2dp_aac_encoder.cc | 101 bool* p_restart_output, 155 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument 170 p_restart_output, p_config_updated); in updateEncoderUserConfig() 180 bool* p_restart_output, in a2dp_aac_encoder_update() argument 189 *p_restart_output = false; in a2dp_aac_encoder_update()
|
D | a2dp_vendor_ldac_encoder.cc | 178 bool* p_restart_output, 320 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument 335 p_restart_input, p_restart_output, in updateEncoderUserConfig() 346 bool* p_restart_output, in a2dp_vendor_ldac_encoder_update() argument 353 *p_restart_output = false; in a2dp_vendor_ldac_encoder_update()
|
D | a2dp_sbc_encoder.cc | 115 bool* p_restart_output, 162 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument 177 p_restart_output, p_config_updated); in updateEncoderUserConfig() 187 bool* p_restart_output, in a2dp_sbc_encoder_update() argument 200 *p_restart_output = false; in a2dp_sbc_encoder_update()
|
D | a2dp_aac.cc | 1462 UNUSED_ATTR bool* p_restart_input, UNUSED_ATTR bool* p_restart_output, in updateEncoderUserConfig() argument
|
D | a2dp_vendor_ldac.cc | 1451 UNUSED_ATTR bool* p_restart_input, UNUSED_ATTR bool* p_restart_output, in updateEncoderUserConfig() argument
|
D | a2dp_sbc.cc | 1582 UNUSED_ATTR bool* p_restart_input, UNUSED_ATTR bool* p_restart_output, in updateEncoderUserConfig() argument
|
/system/bt/stack/include/ |
D | a2dp_codec_api.h | 181 bool* p_restart_output, bool* p_config_updated); 194 bool* p_restart_input, bool* p_restart_output, 388 bool* p_restart_output, bool* p_config_updated); 406 bool* p_restart_output, bool* p_config_updated); 428 bool* p_restart_output, bool* p_config_updated);
|
D | a2dp_vendor_ldac.h | 58 bool* p_restart_input, bool* p_restart_output, 76 bool* p_restart_input, bool* p_restart_output,
|
D | a2dp_sbc.h | 58 bool* p_restart_input, bool* p_restart_output, 76 bool* p_restart_input, bool* p_restart_output,
|
D | a2dp_aac.h | 58 bool* p_restart_input, bool* p_restart_output, 76 bool* p_restart_input, bool* p_restart_output,
|
D | a2dp_vendor_aptx_hd.h | 45 bool* p_restart_input, bool* p_restart_output,
|
D | a2dp_vendor_aptx.h | 45 bool* p_restart_input, bool* p_restart_output,
|
/system/bt/btif/co/ |
D | bta_av_co.cc | 590 bool* p_restart_output); 1985 bool* p_restart_output) { in SetCodecOtaConfig() argument 1996 *p_restart_output = false; in SetCodecOtaConfig() 2025 *p_restart_output = true; in SetCodecOtaConfig()
|