Searched refs:restart_input (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/test/fuzzers/a2dp/codec/ |
D | a2dpCodecFuzzFunctions.h | 212 bool restart_input, restart_output, config_updated; 217 p_result_codec_config, &restart_input,
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_aptx_hd_encoder.cc | 203 bool restart_input = false; in a2dp_vendor_aptx_hd_encoder_init() local 207 a2dp_codec_config, &restart_input, in a2dp_vendor_aptx_hd_encoder_init()
|
D | a2dp_vendor_aptx_encoder.cc | 202 bool restart_input = false; in a2dp_vendor_aptx_encoder_init() local 206 a2dp_codec_config, &restart_input, in a2dp_vendor_aptx_encoder_init()
|
D | a2dp_aac_encoder.cc | 148 bool restart_input = false; in a2dp_aac_encoder_init() local 152 &restart_input, &restart_output, &config_updated); in a2dp_aac_encoder_init()
|
D | a2dp_vendor_ldac_encoder.cc | 309 bool restart_input = false; in a2dp_vendor_ldac_encoder_init() local 313 a2dp_codec_config, &restart_input, in a2dp_vendor_ldac_encoder_init()
|
D | a2dp_sbc_encoder.cc | 153 bool restart_input = false; in a2dp_sbc_encoder_init() local 157 &restart_input, &restart_output, &config_updated); in a2dp_sbc_encoder_init()
|
D | a2dp_codec_config.cc | 852 bool restart_input = false; // Flag ignored - input was just restarted in setCodecAudioConfig() local 855 p_peer_sink_capabilities, true, p_result_codec_config, &restart_input, in setCodecAudioConfig()
|
/system/bt/btif/co/ |
D | bta_av_co.cc | 987 bool restart_input = false; in ProcessSourceGetConfig() local 994 result_codec_config, &restart_input, &restart_output, in ProcessSourceGetConfig() 1489 bool restart_input = false; in SetCodecUserConfig() local 1535 result_codec_config, &restart_input, &restart_output, in SetCodecUserConfig() 2012 bool restart_input = false; in SetCodecOtaConfig() local 2036 p_ota_codec_config, &peer_params, result_codec_config, &restart_input, in SetCodecOtaConfig() 2053 if (restart_input || config_updated) { in SetCodecOtaConfig()
|