Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DRefBase.cpp232 ref_entry* refs = mStrongRefs; in ~weakref_impl() local
246 ref_entry* refs = mWeakRefs; in ~weakref_impl() local
353 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
372 void removeRef(ref_entry** refs, const void* id) in removeRef()
453 weakref_impl* const refs = mRefs; in incStrong() local
475 weakref_impl* const refs = mRefs; in incStrongRequireStrong() local
490 weakref_impl* const refs = mRefs; in decStrong() local
525 weakref_impl* const refs = mRefs; in forceIncStrong() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
/aosp14/system/core/libutils/include/utils/
H A DRefBase.h544 auto refs = other->getWeakRefs(); in fromExisting() local
675 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java433 ArrayList<RemoteViewsFrameLayout> refs = get(position); in add() local
470 final ArrayList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex); in removeView() local
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java592 int refs = countLiveReferences(mResourceReferences); in dump() local