commit | 09773674c1227f6936d6588d3f8bd4e1b8fcb31b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Oct 30 16:59:06 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Wed Oct 30 17:01:06 2019 -0700 |
tree | e2784bf4b104a3669c6a22a5a9e63aa46227b891 | |
parent | df9ad97a5300ad5d322b04c6c3d4f526459f32bf [diff] |
libbinder_ndk: ScopedAStatus: remaining helpers This allows, say: return ScopedAStatus(AStatus_fromExceptionCode(EX_UNSUPPORTED_OPERATION)); => return ScopedAStatus::fromExceptionCode(EX_UNSUPPORTED_OPERATION); It only saves a couple of characters, but not having to type 'AStatus' twice is a huge psychological win. Bug: 136027762 Test: using these Change-Id: Idc574fa1377c98f382cd985e39ab20488853ecf8