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

  /frameworks/base/libs/utils/
RefBase.cpp 17 #define LOG_TAG "RefBase"
19 #include <utils/RefBase.h>
51 class RefBase::weakref_impl : public RefBase::weakref_type
56 RefBase* const mBase;
62 weakref_impl(RefBase* base)
79 weakref_impl(RefBase* base)
89 //LOGI("NEW weakref_impl %p for RefBase %p", this, base);
138 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
141 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this)
    [all...]
  /frameworks/base/include/utils/
RefBase.h 59 class RefBase
73 RefBase* refBase() const;
113 RefBase();
114 virtual ~RefBase();
138 RefBase(const RefBase& o);
139 RefBase& operator=(const RefBase& o);
177 typedef typename RefBase::weakref_type weakref_type
    [all...]

Completed in 74 milliseconds