floss: Fix FFI-safe warning about A2dpCodecConfig
The Vec<AudioCodecConfig> parameters of audio_config_cb are declared in C++ function, so, we clone them explicitly in Rust before the callback function audio_config_cb returns. BUG: 243756536 Tag: #floss Test: emerge and check warning on A2dpCodecConfig Change-Id: I753152a3f0909ff6770b0405ecace70c596d186b
Loading
Please register or sign in to comment