Steven Moreland
a06e68cb7a
Reland^2 "libutils: disable implicit ref base construction"
...
This reverts commit 2cb7593792
.
Reason for revert: reland after fixing b/186468053
Bug: 184190315
Change-Id: I2a46b7a8148db444f9bd4b24746f64217cbba947
2021-04-27 00:09:23 +00:00
Steven Moreland
2cb7593792
Revert "Reland "libutils: disable implicit ref base construction""
...
This reverts commit 02c47655e7
.
Reason for revert: broke another test b/186468053
Change-Id: I0ec82455ad203071e523092ae3cb5f0f1df6aac7
2021-04-27 00:07:55 +00:00
Steven Moreland
02c47655e7
Reland "libutils: disable implicit ref base construction"
...
This reverts commit 8e11f9e3f3
.
Reason for revert: reland after fixing b/186028624
Bug: 184190315
Change-Id: Ia7339a46c3af7dd1a95bc82327cae5304f9f2e16
2021-04-26 17:19:17 +00:00
Steven Moreland
8e11f9e3f3
Revert "libutils: disable implicit ref base construction"
...
This reverts commit 9a1bf53c4b
.
Reason for revert: b/186028624
Change-Id: Icb8b1623df2794222ce3fe34ed5f43506ccf2f68
2021-04-21 23:24:53 +00:00
Steven Moreland
9a1bf53c4b
libutils: disable implicit ref base construction
...
Ignore-AOSP-First: b/184196278
Bug: 184190315
Test: libutils_test
Change-Id: If47f79a8b96ee75706817081950f9ca5c0d12731
2021-04-19 22:01:35 +00:00
Yi Kong
e1731a4f2e
[libutils] Modernize codebase by replacing NULL with nullptr
...
Fixes -Wzero-as-null-pointer-constant warning.
Test: m
Bug: 68236239
Change-Id: I5e89ec8c42151875439d2656475a8739ab9cb7dc
2018-07-16 18:11:34 -07:00
Mathias Agopian
22dbf3947f
clean-up libutils includes
...
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
2017-03-03 14:47:47 -08:00
Wonsik Kim
c4cc584bbd
Clarify ownership for NativeHandle::mHandle
...
Change-Id: I0835278df1aa78f10d5493d7ef2c9e4a15c0fee9
2014-03-24 11:40:36 +09:00
Jesse Hall
29cc9ce49a
Add NativeHandle, a refcounted C++ wrapper around a native_handle_t*
...
Change-Id: I232dfa2ad2e4a463a39e2e901e4097dffe278cc3
2014-03-05 16:12:41 -08:00