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

/frameworks/base/include/utils/
H A DRefBase.h75 class weakref_type class in class:android::RefBase
107 weakref_type* createWeak(const void* id) const;
109 weakref_type* getWeakRefs() const;
151 friend class weakref_type;
200 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
223 void set_object_and_refs(T* other, weakref_type* refs);
235 inline weakref_type* get_refs() const { return m_refs; }
283 weakref_type* m_refs;
352 weakref_type* newRef
[all...]
/frameworks/base/libs/utils/
H A DRefBase.cpp52 class RefBase::weakref_impl : public RefBase::weakref_type
191 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
194 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
262 "(weakref_type %p) that doesn't exist!",
267 "(weakref_type %p) that doesn't exist!",
392 RefBase* RefBase::weakref_type::refBase() const
397 void RefBase::weakref_type::incWeak(const void* id)
406 void RefBase::weakref_type::decWeak(const void* id)
438 bool RefBase::weakref_type::attemptIncStrong(const void* id)
501 bool RefBase::weakref_type
[all...]
/frameworks/base/opengl/libagl/
H A DBufferObjectManager.h60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
/frameworks/base/include/binder/
H A DBinder.h95 RefBase::weakref_type* mRefs;
H A DProcessState.h84 RefBase::weakref_type* refs;
H A DIPCThreadState.h112 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp440 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
894 RefBase::weakref_type* refs;
906 refs = (RefBase::weakref_type*)mIn.readInt32();
922 refs = (RefBase::weakref_type*)mIn.readInt32();
935 refs = (RefBase::weakref_type*)mIn.readInt32();
944 refs = (RefBase::weakref_type*)mIn.readInt32();
956 refs = (RefBase::weakref_type*)mIn.readInt32();
H A DParcel.cpp84 static_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
121 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
269 static_cast<RefBase::weakref_type*>(flat->binder));

Completed in 110 milliseconds