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

/frameworks/base/include/utils/
H A DRefBase.h64 class RefBase class in namespace:android
78 RefBase* refBase() const;
120 typedef RefBase basetype;
123 RefBase();
124 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o);
200 typedef typename RefBase
[all...]
/frameworks/base/libs/utils/
H A DRefBase.cpp17 #define LOG_TAG "RefBase"
19 #include <utils/RefBase.h>
52 class RefBase::weakref_impl : public RefBase::weakref_type
57 RefBase* const mBase;
62 weakref_impl(RefBase* base)
81 weakref_impl(RefBase* base)
141 // "addStrongRef: RefBase=%p, id=%p", mBase, id);
147 // "removeStrongRef: RefBase=%p, id=%p", mBase, id);
157 // "renameStrongRefId: RefBase
548 RefBase::RefBase() function in class:android::RefBase
[all...]

Completed in 644 milliseconds