Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h257 class weakref_type
289 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; typedef
387 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 …]
/system/core/libutils/
DRefBase.cpp148 class RefBase::weakref_impl : public RefBase::weakref_type
496 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 …]
/system/libhwbinder/include/hwbinder/
DIPCThreadState.h166 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
168 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
DBinder.h108 RefBase::weakref_type* mRefs;
DProcessState.h104 RefBase::weakref_type* refs;
/system/libhwbinder/
DIPCThreadState.cpp511 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()
DParcel.cpp102 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()
/system/core/libpixelflinger/codeflinger/
DCodeCache.h70 typedef void weakref_type; typedef