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

  /frameworks/base/include/utils/
RefBase.h 64 class RefBase
78 RefBase* refBase() const;
120 typedef RefBase basetype;
123 RefBase();
124 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o)
    [all...]
  /frameworks/base/libs/utils/
RefBase.cpp 17 #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=%p, oid=%p, nid=%p"
    [all...]

Completed in 82 milliseconds