Searched refs:weakref_type (Results 1 - 8 of 8) 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/rs/server/
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/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.h79 RefBase::weakref_type* refs;
H A DIPCThreadState.h120 Vector<RefBase::weakref_type*> mPendingWeakDerefs;
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp481 RefBase::weakref_type* refs = mPendingWeakDerefs[i];
971 RefBase::weakref_type* refs;
983 refs = (RefBase::weakref_type*)mIn.readPointer();
999 refs = (RefBase::weakref_type*)mIn.readPointer();
1012 refs = (RefBase::weakref_type*)mIn.readPointer();
1021 refs = (RefBase::weakref_type*)mIn.readPointer();
1033 refs = (RefBase::weakref_type*)mIn.readPointer();
1109 if (reinterpret_cast<RefBase::weakref_type*>(
H A DParcel.cpp141 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who);
193 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
363 reinterpret_cast<RefBase::weakref_type*>(flat->binder));

Completed in 731 milliseconds