Example #1
0
 public void Unflatten(Parcel parcel)
 {
     this = parcel.ReadUnmanagedType <QueueBufferInput>();
 }
Example #2
0
 public void Flattern(Parcel parcel)
 {
     parcel.WriteUnmanagedType(ref this);
 }