Home
last modified time | relevance | path

Searched refs:LightRefBase (Results 1 – 3 of 3) sorted by relevance

/system/core/include/utils/
DNativeHandle.h27 class NativeHandle: public LightRefBase<NativeHandle> {
41 friend class LightRefBase<NativeHandle>;
DRefBase.h174 class LightRefBase
177 inline LightRefBase() : mCount(0) { } in LightRefBase() function
192 typedef LightRefBase<T> basetype;
195 inline ~LightRefBase() { } in ~LightRefBase()
209 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {
/system/core/libutils/tests/
DStrongPointer_test.cpp24 class Foo : public LightRefBase<Foo> {