Searched refs:weakref_type (Results 1 – 8 of 8) sorted by relevance
257 class weakref_type289 weakref_type* createWeak(const void* id) const;291 weakref_type* getWeakRefs() const;338 friend class weakref_type;349 static void renameRefId(weakref_type* ref,364 typedef typename RefBase::weakref_type weakref_type; typedef387 void set_object_and_refs(T* other, weakref_type* refs);399 inline weakref_type* get_refs() const { return m_refs; } in get_refs()459 weakref_type* m_refs;542 weakref_type* newRefs =[all …]
148 class RefBase::weakref_impl : public RefBase::weakref_type496 RefBase* RefBase::weakref_type::refBase() const in refBase()501 void RefBase::weakref_type::incWeak(const void* id) in incWeak()511 void RefBase::weakref_type::decWeak(const void* id) in decWeak()550 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong()649 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak()671 int32_t RefBase::weakref_type::getWeakCount() const in getWeakCount()678 void RefBase::weakref_type::printRefs() const in printRefs()683 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe()688 RefBase::weakref_type* RefBase::createWeak(const void* id) const in createWeak()[all …]
166 Vector<RefBase::weakref_type*> mPendingWeakDerefs;168 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
108 RefBase::weakref_type* mRefs;
104 RefBase::weakref_type* refs;
511 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs()538 RefBase::weakref_type* refs = mPostWriteWeakDerefs[0]; in processPostWriteDerefs()1054 RefBase::weakref_type* refs; in executeCommand()1065 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()1081 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()1094 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()1103 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()1115 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand()1202 if (reinterpret_cast<RefBase::weakref_type*>( in executeCommand()
102 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_binder_object()148 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who); in release_object()319 reinterpret_cast<RefBase::weakref_type*>(flat->binder)); in unflatten_binder()
70 typedef void weakref_type; typedef