Searched defs:RefBase (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/utils/
H A DRefBase.h65 class RefBase class in namespace:android
79 RefBase* refBase() const;
121 typedef RefBase basetype;
124 RefBase();
125 virtual ~RefBase();
155 RefBase(const RefBase& o);
156 RefBase& operator=(const RefBase& o);
201 typedef typename RefBase
[all...]
/frameworks/native/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 53 milliseconds