Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-16 | [libutils] Modernize codebase by replacing NULL with nullptr | Yi Kong | |
Fixes -Wzero-as-null-pointer-constant warning. Test: m Bug: 68236239 Change-Id: I5e89ec8c42151875439d2656475a8739ab9cb7dc | |||
2017-03-03 | clean-up libutils includes | Mathias Agopian | |
moved Foo.h as first include of Foo.cpp, and removed redundant includes. Made NativeHandle non virtual. Test: run & compile Bug: n/a Change-Id: I37fa746cd42c9ba23aba181f84cb6c619386406a | |||
2014-03-24 | Clarify ownership for NativeHandle::mHandle | Wonsik Kim | |
Change-Id: I0835278df1aa78f10d5493d7ef2c9e4a15c0fee9 | |||
2014-03-05 | Add NativeHandle, a refcounted C++ wrapper around a native_handle_t* | Jesse Hall | |
Change-Id: I232dfa2ad2e4a463a39e2e901e4097dffe278cc3 |