android: Mark two binder calls oneway

These are the only two (important) calls that do not have a return
value, so can be made oneway. "oneway" is roughly equivalent to being
asynchronous, since binder calls are synchronous by default.

This is like an early test to make sure oneway doesn't cause issues.

BUG=689758

Review-Url: https://codereview.chromium.org/2799683007
Cr-Commit-Position: refs/heads/master@{#462955}


CrOS-Libchrome-Original-Commit: 846fef8c771a4987220e3572c984793cb6162d7e
1 file changed
tree: dbf4afff2c97c0d5db6a58cd8c353f4ab7a6d81b
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/