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

/frameworks/base/opengl/libagl/
H A DBufferObjectManager.h60 typedef void weakref_type; typedef in class:android::EGLBufferObjectManager
H A DTextureObjectManager.h112 typedef void weakref_type; typedef in class:android::EGLSurfaceManager
/frameworks/base/include/utils/
H A DRefBase.h70 class weakref_type class in class:android::RefBase
99 weakref_type* createWeak(const void* id) const;
101 weakref_type* getWeakRefs() const;
135 friend class weakref_type;
173 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::sp
219 sp(T* p, weakref_type* refs);
233 typedef typename RefBase::weakref_type weakref_type;
256 void set_object_and_refs(T* other, weakref_type* ref
[all...]

Completed in 123 milliseconds