Re-generated protocol encoder files

- Don't add output parameters' size to the whole packet size,
  reducing the amount of data copied over from guest to host.
- Use a static array for checksums instead of heap-allocated
  buffer

This change is totally backward compatible for the protocol,
as it (1) removes the part emulator has never touched and
(2) changes only the guest's memory allocation way, not the
task that memory is used for

Corresponing emugen CL:
  https://android-review.googlesource.com/#/c/299539/

Change-Id: Ic7c6d2bb21d57f1f6fb1622499344328f790783e
3 files changed
tree: f40cb277854f9e47a6871bf1d9a6eff4ad623b33
  1. host/
  2. shared/
  3. system/
  4. tests/
  5. Android.mk
  6. common.mk
  7. README