commit | 9450a48160015ae0cee8d860105afc99a06245f0 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Nov 15 15:17:53 2018 -0800 |
committer | Steven Moreland <smoreland@google.com> | Thu Nov 15 15:18:47 2018 -0800 |
tree | 8c805fcd93357923bcfb474de636a3d89780e590 | |
parent | 0b14b2738720b73bf2e7ba0891d275049bc0e255 [diff] |
libbinder_ndk: convenience method for okay status Before: return ScopedAStatus(AStatus_newOk()); After: return ScopedAStatus::ok(); Bug: 111445392 Test: atest android.binder.cts (using this) Change-Id: Id45528c101ff3a965d7c84ff5946e48179bf9285