Home
last modified time | relevance | path

Searched refs:srcParcel (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncEventTest.java205 final Parcel srcParcel = Parcel.obtain(); in testParcelableWriteToParcelCreate() local
209 srcEvent.writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcelableWriteToParcelCreate()
210 mbytes = srcParcel.marshall(); in testParcelableWriteToParcelCreate()
DAudioFormatTest.java164 final Parcel srcParcel = Parcel.obtain(); in testParcel() local
167 formatToMarshall.writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcel()
168 final byte[] mbytes = srcParcel.marshall(); in testParcel()
DAudioAttributesTest.java59 final Parcel srcParcel = Parcel.obtain(); in testParcelableWriteToParcelCreate() local
63 srcAttr.writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcelableWriteToParcelCreate()
64 mbytes = srcParcel.marshall(); in testParcelableWriteToParcelCreate()
DAudioRecordingConfigurationTest.java244 final Parcel srcParcel = Parcel.obtain(); in testParcel() local
247 configs.get(0).writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcel()
248 final byte[] mbytes = srcParcel.marshall(); in testParcel()
DAudioPlaybackConfigurationTest.java119 final Parcel srcParcel = Parcel.obtain(); in testParcelableWriteToParcel() local
123 configToMarshall.writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcelableWriteToParcel()
124 mbytes = srcParcel.marshall(); in testParcelableWriteToParcel()
DVolumeShaperTest.java509 final Parcel srcParcel = Parcel.obtain(); in testVolumeShaperConfigurationParcelable() local
510 config.writeToParcel(srcParcel, 0 /* flags */); in testVolumeShaperConfigurationParcelable()
512 final byte[] marshallBuffer = srcParcel.marshall(); in testVolumeShaperConfigurationParcelable()
534 final Parcel srcParcel = Parcel.obtain(); in testVolumeShaperOperationParcelable() local
535 operation.writeToParcel(srcParcel, 0 /* flags */); in testVolumeShaperOperationParcelable()
537 final byte[] marshallBuffer = srcParcel.marshall(); in testVolumeShaperOperationParcelable()