Searched defs:p_restart_input (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/a2dp/
H A Da2dp_aac_encoder.cc105 bool* p_restart_input,
158 const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input,
173 a2dp_aac_encoder_update(a2dp_aac_encoder_cb.peer_mtu, this, p_restart_input,
183 bool* p_restart_input,
192 *p_restart_input = false;
157 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
181 a2dp_aac_encoder_update(uint16_t peer_mtu, A2dpCodecConfig* a2dp_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
H A Da2dp_vendor_aptx_encoder.cc106 bool* p_restart_input,
212 const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input,
228 p_restart_input, p_restart_output,
238 bool* p_restart_input,
243 *p_restart_input = false;
211 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
236 a2dp_vendor_aptx_encoder_update(uint16_t peer_mtu, A2dpCodecConfig* a2dp_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
H A Da2dp_vendor_aptx_hd_encoder.cc106 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated);
213 const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input,
230 p_restart_input, p_restart_output,
240 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) {
243 *p_restart_input = false;
212 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
238 a2dp_vendor_aptx_hd_encoder_update( uint16_t peer_mtu, A2dpCodecConfig* a2dp_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
H A Da2dp_codec_config.cc226 uint8_t* p_result_codec_config, bool* p_restart_input,
229 *p_restart_input = false;
260 *p_restart_input = true;
271 bool encoder_restart_input = *p_restart_input;
277 if (encoder_restart_input) *p_restart_input = true;
281 if (*p_restart_input || *p_restart_output) *p_config_updated = true;
537 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) {
542 *p_restart_input = false;
578 p_restart_input, p_restart_output, p_config_updated)) {
616 if (*p_restart_input || *p_restart_outpu
221 setCodecUserConfig( const btav_a2dp_codec_config_t& codec_user_config, const btav_a2dp_codec_config_t& codec_audio_config, const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, const uint8_t* p_peer_codec_info, bool is_capability, uint8_t* p_result_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
533 setCodecUserConfig( const btav_a2dp_codec_config_t& codec_user_config, const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, const uint8_t* p_peer_sink_capabilities, uint8_t* p_result_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
676 setCodecOtaConfig( const uint8_t* p_ota_codec_config, const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, uint8_t* p_result_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
[all...]
H A Da2dp_sbc.cc1643 UNUSED_ATTR bool* p_restart_input, UNUSED_ATTR bool* p_restart_output,
1641 updateEncoderUserConfig( UNUSED_ATTR const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, UNUSED_ATTR bool* p_restart_input, UNUSED_ATTR bool* p_restart_output, UNUSED_ATTR bool* p_config_updated) argument
H A Da2dp_sbc_encoder.cc118 bool* p_restart_input,
164 const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input,
179 a2dp_sbc_encoder_update(a2dp_sbc_encoder_cb.peer_mtu, this, p_restart_input,
189 bool* p_restart_input,
202 *p_restart_input = false;
163 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
187 a2dp_sbc_encoder_update(uint16_t peer_mtu, A2dpCodecConfig* a2dp_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
H A Da2dp_vendor_ldac_encoder.cc176 bool* p_restart_input,
317 const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input,
333 p_restart_input, p_restart_output,
343 bool* p_restart_input,
350 *p_restart_input = false;
316 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
341 a2dp_vendor_ldac_encoder_update(uint16_t peer_mtu, A2dpCodecConfig* a2dp_codec_config, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument

Completed in 62 milliseconds