AudioPlaybackConfigurationTest: fix parcelling test

Do not call Parcel.marshall(), this is not called by the framework
in normal Binder operations, and throws an exception when it
contains object references (here an IPlayer if still alive).

Bug: 287140584
Test: atest CtsMediaAudioTestCases:android.media.audio.cts.AudioPlaybackConfigurationTest#testParcelableWriteToParcel
Change-Id: Ice1633a1379fbe7b7784902b55473463cf87bf69
1 file changed