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"
20 #include <utils/RefBase.h>
60 class RefBase::weakref_impl : public RefBase::weakref_type
65 RefBase* const mBase;
70 weakref_impl(RefBase* base)
89 weakref_impl(RefBase* base)
139 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
145 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
155 // "renameStrongRefId: RefBase
579 RefBase::RefBase() function in class:android::RefBase
[all...]

Completed in 70 milliseconds