Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 09773674 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent df9ad97a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment