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

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

Completed in 139 milliseconds