Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DRefBase.cpp111 ref_entry* refs = mStrongRefs; in ~weakref_impl() local
125 ref_entry* refs = mWeakRefs; in ~weakref_impl() local
226 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
245 void removeRef(ref_entry** refs, const void* id) in removeRef()
324 weakref_impl* const refs = mRefs; in incStrong() local
343 weakref_impl* const refs = mRefs; in decStrong() local
361 weakref_impl* const refs = mRefs; in forceIncStrong() local
/system/core/include/utils/
DRefBase.h439 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()