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

/frameworks/rs/cpp/util/
H A DRefBase.h76 class weakref_type class in class:android::RSC::RefBase
108 weakref_type* createWeak(const void* id) const;
110 weakref_type* getWeakRefs() const;
152 friend class weakref_type;
201 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::RSC::wp
224 void set_object_and_refs(T* other, weakref_type* refs);
236 inline weakref_type* get_refs() const { return m_refs; }
284 weakref_type* m_refs;
353 weakref_type* newRef
[all...]
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
/frameworks/native/include/binder/
H A DBinder.h97 RefBase::weakref_type* mRefs;
H A DProcessState.h86 RefBase::weakref_type* refs;
H A DIPCThreadState.h120 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
/frameworks/native/libs/binder/include/binder/
H A DBinder.h97 RefBase::weakref_type* mRefs;
H A DProcessState.h86 RefBase::weakref_type* refs;
H A DIPCThreadState.h120 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp476 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
960 RefBase::weakref_type* refs;
972 refs = (RefBase::weakref_type*)mIn.readPointer();
988 refs = (RefBase::weakref_type*)mIn.readPointer();
1001 refs = (RefBase::weakref_type*)mIn.readPointer();
1010 refs = (RefBase::weakref_type*)mIn.readPointer();
1022 refs = (RefBase::weakref_type*)mIn.readPointer();
1078 if (reinterpret_cast<RefBase::weakref_type*>(
H A DParcel.cpp116 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
164 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
337 reinterpret_cast<RefBase::weakref_type*>(flat->binder));

Completed in 306 milliseconds