Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioAttributesTest.java51 final Parcel srcParcel = Parcel.obtain(); in testParcelableWriteToParcelCreate() local
55 srcAttr.writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcelableWriteToParcelCreate()
56 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()
DAudioRecordingConfigurationTest.java243 final Parcel srcParcel = Parcel.obtain(); in testParcel() local
246 configs.get(0).writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcel()
247 final byte[] mbytes = srcParcel.marshall(); in testParcel()
DAudioPlaybackConfigurationTest.java105 final Parcel srcParcel = Parcel.obtain(); in testParcelableWriteToParcel() local
109 configToMarshall.writeToParcel(srcParcel, 0 /*no public flags for marshalling*/); in testParcelableWriteToParcel()
110 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()