Home
last modified time | relevance | path

Searched refs:weakref_type (Results 1 – 3 of 3) sorted by relevance

/system/core/include/utils/
DRefBase.h80 class weakref_type
112 weakref_type* createWeak(const void* id) const;
114 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
162 static void renameRefId(weakref_type* ref,
220 typedef typename RefBase::weakref_type weakref_type; typedef
243 void set_object_and_refs(T* other, weakref_type* refs);
255 inline weakref_type* get_refs() const { return m_refs; } in get_refs()
303 weakref_type* m_refs;
372 weakref_type* newRefs =
[all …]
/system/core/libutils/
DRefBase.cpp125 class RefBase::weakref_impl : public RefBase::weakref_type
464 RefBase* RefBase::weakref_type::refBase() const in refBase()
469 void RefBase::weakref_type::incWeak(const void* id) in incWeak()
479 void RefBase::weakref_type::decWeak(const void* id) in decWeak()
511 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong()
611 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak()
633 int32_t RefBase::weakref_type::getWeakCount() const in getWeakCount()
640 void RefBase::weakref_type::printRefs() const in printRefs()
645 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe()
650 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak()
[all …]
/system/core/libpixelflinger/codeflinger/
DCodeCache.h69 typedef void weakref_type; typedef