Searched refs:weakref_type (Results 1 – 8 of 8) sorted by relevance
70 class weakref_type99 weakref_type* createWeak(const void* id) const;101 weakref_type* getWeakRefs() const;135 friend class weakref_type;177 typedef typename RefBase::weakref_type weakref_type; typedef223 sp(T* p, weakref_type* refs);237 typedef typename RefBase::weakref_type weakref_type; typedef260 void set_object_and_refs(T* other, weakref_type* refs);272 inline weakref_type* get_refs() const { return m_refs; } in get_refs()290 weakref_type* m_refs;[all …]
51 class RefBase::weakref_impl : public RefBase::weakref_type350 RefBase* RefBase::weakref_type::refBase() const in refBase()355 void RefBase::weakref_type::incWeak(const void* id) in incWeak()363 void RefBase::weakref_type::decWeak(const void* id) in decWeak()386 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong()450 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak()471 int32_t RefBase::weakref_type::getWeakCount() const in getWeakCount()476 void RefBase::weakref_type::printRefs() const in printRefs()481 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe()486 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak()[all …]
60 typedef void weakref_type; typedef
398 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in joinThreadPool()836 RefBase::weakref_type* refs; in executeCommand()848 refs = (RefBase::weakref_type*)mIn.readInt32(); in executeCommand()864 refs = (RefBase::weakref_type*)mIn.readInt32(); in executeCommand()877 refs = (RefBase::weakref_type*)mIn.readInt32(); in executeCommand()886 refs = (RefBase::weakref_type*)mIn.readInt32(); in executeCommand()898 refs = (RefBase::weakref_type*)mIn.readInt32(); in executeCommand()
71 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_object()108 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who); in release_object()256 static_cast<RefBase::weakref_type*>(flat->binder)); in unflatten_binder()
88 RefBase::weakref_type* refs;
96 RefBase::weakref_type* mRefs;
97 Vector<RefBase::weakref_type*> mPendingWeakDerefs;