Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DRefBase.h70 class weakref_type
99 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; typedef
223 sp(T* p, weakref_type* refs);
237 typedef typename RefBase::weakref_type weakref_type; typedef
260 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 …]
/frameworks/base/libs/utils/
DRefBase.cpp51 class RefBase::weakref_impl : public RefBase::weakref_type
350 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 …]
/frameworks/base/opengl/libagl/
DBufferObjectManager.h60 typedef void weakref_type; typedef
/frameworks/base/libs/binder/
DIPCThreadState.cpp398 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()
DParcel.cpp71 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()
/frameworks/base/include/binder/
DProcessState.h88 RefBase::weakref_type* refs;
DBinder.h96 RefBase::weakref_type* mRefs;
DIPCThreadState.h97 Vector<RefBase::weakref_type*> mPendingWeakDerefs;