Searched defs:weakref_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A DBufferObjectManager.h60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
/frameworks/native/include/utils/
H A DRefBase.h76 class weakref_type class in class:android::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::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...]

Completed in 30 milliseconds