android_system_core/libutils/binder/include/utils
John Reck e01550bbb6 Add StrongPointer::release()
Useful when dealing with raw pointers in unavoidable places. Avoids
an awkward (and "slow") dance of mySp->incStrong(0); mySp->get(); ~mySp;

Test: make && atest --host libutils_binder_test
Change-Id: Ib8d46150592725cc256779bccfed19a16dce78b2
2023-11-20 11:55:02 -05:00
..
Errors.h
LightRefBase.h libutils_binder: isolate headers 2023-10-24 23:45:01 +00:00
RefBase.h
String8.h
String16.h
StrongPointer.h Add StrongPointer::release() 2023-11-20 11:55:02 -05:00
TypeHelpers.h libutils_binder: isolate headers 2023-10-24 23:45:01 +00:00
Unicode.h
Vector.h
VectorImpl.h