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

/system/bt/stack/a2dp/
H A Da2dp_aac_encoder.cc101 bool* p_config_updated);
153 bool* p_restart_output, bool* p_config_updated) {
168 p_restart_output, p_config_updated);
179 bool* p_config_updated) {
188 *p_config_updated = false;
151 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
175 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.cc108 bool* p_config_updated);
213 bool* p_restart_output, bool* p_config_updated) {
229 p_config_updated);
240 bool* p_config_updated) {
245 *p_config_updated = 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);
214 bool* p_restart_output, bool* p_config_updated) {
231 p_config_updated);
240 bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) {
245 *p_config_updated = 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.cc227 bool* p_restart_output, bool* p_config_updated) {
231 *p_config_updated = false;
273 bool encoder_config_updated = *p_config_updated;
279 if (encoder_config_updated) *p_config_updated = 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) {
544 *p_config_updated = false;
578 p_restart_input, p_restart_output, p_config_updated)) {
604 *p_config_updated = true;
618 *p_config_updated
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
650 setCodecAudioConfig( const btav_a2dp_codec_config_t& codec_audio_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_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.cc1654 UNUSED_ATTR bool* p_config_updated) {
1651 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.cc120 bool* p_config_updated);
165 bool* p_restart_output, bool* p_config_updated) {
180 p_restart_output, p_config_updated);
191 bool* p_config_updated) {
204 *p_config_updated = 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.cc174 bool* p_config_updated);
314 bool* p_restart_output, bool* p_config_updated) {
330 p_config_updated);
341 bool* p_config_updated) {
348 *p_config_updated = false;
461 *p_config_updated = true;
312 updateEncoderUserConfig( const tA2DP_ENCODER_INIT_PEER_PARAMS* p_peer_params, bool* p_restart_input, bool* p_restart_output, bool* p_config_updated) argument
337 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 69 milliseconds