diff options
| author | 2019-10-30 16:59:06 -0700 | |
|---|---|---|
| committer | 2019-10-30 17:01:06 -0700 | |
| commit | 09773674c1227f6936d6588d3f8bd4e1b8fcb31b (patch) | |
| tree | e2784bf4b104a3669c6a22a5a9e63aa46227b891 /opengl/libagl/TextureObjectManager.cpp | |
| 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
Diffstat (limited to 'opengl/libagl/TextureObjectManager.cpp')
0 files changed, 0 insertions, 0 deletions