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

/system/core/include/utils/
H A DRefBase.h248 class weakref_type class in class:android::RefBase
280 weakref_type* createWeak(const void* id) const;
282 weakref_type* getWeakRefs() const;
329 friend class weakref_type;
340 static void renameRefId(weakref_type* ref,
355 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
378 void set_object_and_refs(T* other, weakref_type* refs);
390 inline weakref_type* get_refs() const { return m_refs; }
438 weakref_type* m_ref
[all...]
/system/core/libutils/include/utils/
H A DRefBase.h248 class weakref_type class in class:android::RefBase
280 weakref_type* createWeak(const void* id) const;
282 weakref_type* getWeakRefs() const;
329 friend class weakref_type;
340 static void renameRefId(weakref_type* ref,
355 typedef typename RefBase::weakref_type weakref_type; typedef in class:android::wp
378 void set_object_and_refs(T* other, weakref_type* refs);
390 inline weakref_type* get_refs() const { return m_refs; }
438 weakref_type* m_ref
[all...]
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h70 typedef void weakref_type; typedef in class:android::Assembly

Completed in 2901 milliseconds