Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc348 bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument
352 *p_config_updated = false; in setCodecUserConfig()
394 bool encoder_config_updated = *p_config_updated; in setCodecUserConfig()
743 *p_config_updated = false; in setCodecUserConfig()
790 *p_config_updated = true; in setCodecUserConfig()
804 *p_config_updated = true; in setCodecUserConfig()
811 *p_config_updated = true; in setCodecUserConfig()
846 *p_config_updated = false; in setCodecAudioConfig()
856 p_restart_output, p_config_updated)) { in setCodecAudioConfig()
876 *p_config_updated = false; in setCodecOtaConfig()
[all …]
H A Da2dp_vendor_aptx_hd_encoder.cc107 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated);
213 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument
230 p_config_updated); in updateEncoderUserConfig()
239 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) { in a2dp_vendor_aptx_hd_encoder_update() argument
244 *p_config_updated = false; in a2dp_vendor_aptx_hd_encoder_update()
H A Da2dp_vendor_aptx_encoder.cc109 bool* p_config_updated);
212 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument
228 p_config_updated); in updateEncoderUserConfig()
239 bool* p_config_updated) { in a2dp_vendor_aptx_encoder_update() argument
244 *p_config_updated = false; in a2dp_vendor_aptx_encoder_update()
H A Da2dp_vendor_ldac_encoder.cc179 bool* p_config_updated);
319 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument
335 p_config_updated); in updateEncoderUserConfig()
346 bool* p_config_updated) { in a2dp_vendor_ldac_encoder_update() argument
353 *p_config_updated = false; in a2dp_vendor_ldac_encoder_update()
467 *p_config_updated = true; in a2dp_vendor_ldac_encoder_update()
H A Da2dp_aac_encoder.cc104 bool* p_config_updated);
157 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument
172 p_restart_output, p_config_updated); in updateEncoderUserConfig()
183 bool* p_config_updated) { in a2dp_aac_encoder_update() argument
192 *p_config_updated = false; in a2dp_aac_encoder_update()
H A Da2dp_sbc_encoder.cc116 bool* p_config_updated);
162 bool* p_restart_output, bool* p_config_updated) { in updateEncoderUserConfig() argument
177 p_restart_output, p_config_updated); in updateEncoderUserConfig()
188 bool* p_config_updated) { in a2dp_sbc_encoder_update() argument
201 *p_config_updated = false; in a2dp_sbc_encoder_update()
H A Da2dp_vendor_ldac.cc1443 UNUSED_ATTR bool* p_config_updated) { in updateEncoderUserConfig() argument
H A Da2dp_aac.cc1536 UNUSED_ATTR bool* p_config_updated) { in updateEncoderUserConfig() argument
H A Da2dp_sbc.cc1571 UNUSED_ATTR bool* p_config_updated) { in updateEncoderUserConfig() argument
/aosp12/system/bt/stack/include/
H A Da2dp_codec_api.h181 bool* p_restart_output, bool* p_config_updated);
195 bool* p_config_updated) = 0;
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);
H A Da2dp_vendor_ldac.h59 bool* p_config_updated) override;
77 bool* p_config_updated) override;
H A Da2dp_aac.h59 bool* p_config_updated) override;
77 bool* p_config_updated) override;
H A Da2dp_sbc.h59 bool* p_config_updated) override;
77 bool* p_config_updated) override;
H A Da2dp_vendor_aptx.h46 bool* p_config_updated) override;
H A Da2dp_vendor_aptx_hd.h46 bool* p_config_updated) override;
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecFuzzFunctions.h241 bool p_restart_output, p_config_updated;
244 p_result_codec_config, &p_restart_output, &p_config_updated);
266 bool p_restart_input, p_restart_output, p_config_updated;
269 &p_restart_output, &p_config_updated);
/aosp12/system/bt/test/mock/
H A Dmock_a2dp_codec_config.cc157 bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument
180 bool* p_restart_output, bool* p_config_updated) { in setCodecAudioConfig() argument
195 bool* p_restart_output, bool* p_config_updated) { in setCodecOtaConfig() argument
203 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument
H A Dmock_stack_a2dp_codec_config.cc157 bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument
180 bool* p_restart_output, bool* p_config_updated) { in setCodecAudioConfig() argument
195 bool* p_restart_output, bool* p_config_updated) { in setCodecOtaConfig() argument
203 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) { in setCodecUserConfig() argument