Searched defs:RefBase (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DRefBase.h69 class RefBase class in namespace:android
83 RefBase* refBase() const;
125 typedef RefBase basetype;
128 RefBase();
129 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o);
165 static void renameRefId(RefBase* re
[all...]
/system/core/libutils/
H A DRefBase.cpp17 #define LOG_TAG "RefBase"
28 #include <utils/RefBase.h>
64 class RefBase::weakref_impl : public RefBase::weakref_type
69 RefBase* const mBase;
74 weakref_impl(RefBase* base)
93 weakref_impl(RefBase* base)
143 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
149 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
159 // "renameStrongRefId: RefBase
583 RefBase::RefBase() function in class:android::RefBase
[all...]

Completed in 91 milliseconds