commit | 1fda67b02a7d3b78c1c3ee92734e096715190a14 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Apr 02 18:35:50 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Sat Apr 03 01:19:22 2021 +0000 |
tree | 6af5e81acf2d0b5d2f0eae1235e5ba6b4f8806a6 | |
parent | 438cce8a7489d4da97ed6fa58e3e8f3d71e5021e [diff] |
libbinder: ensure entire Parcel is the same format Extra check in preparation for versioning work/as a guard against misuse of this API. Note - these functions are very much like constructors, but they can't be because Parcel is that errorprone type of object which resets its internal state (for better or worse). Bug: 182938972 Test: binderRpcTest Change-Id: Ibdbe8161db9d0c8fba86f1c691c73aab49b21bc0