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

  /frameworks/rs/cpp/util/
RefBase.h 65 class RefBase
79 RefBase* refBase() const;
121 typedef RefBase basetype;
124 RefBase();
125 virtual ~RefBase();
155 RefBase(const RefBase& o);
156 RefBase& operator=(const RefBase& o)
    [all...]
  /frameworks/rs/server/
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...]
  /system/core/include/utils/
RefBase.h 69 class RefBase
83 RefBase* refBase() const;
125 typedef RefBase basetype;
128 RefBase();
129 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o)
    [all...]
  /system/core/libutils/
RefBase.cpp 17 #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=%p, oid=%p, nid=%p"
    [all...]

Completed in 114 milliseconds