Home
last modified time | relevance | path

Searched refs:LightRefBase (Results 1 – 2 of 2) 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
191 typedef LightRefBase<T> basetype;
194 inline ~LightRefBase() { } in ~LightRefBase()
208 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {