Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DLightRefBase.h32 class LightRefBase
35 inline LightRefBase() : mCount(0) { } in LightRefBase() function
51 inline ~LightRefBase() { } in ~LightRefBase()
65 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {
DNativeHandle.h27 class NativeHandle : public LightRefBase<NativeHandle> {
41 friend class LightRefBase<NativeHandle>;
/system/core/libutils/
DStrongPointer_test.cpp24 class SPFoo : public LightRefBase<SPFoo> {