Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DRefBase.cpp235 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl()
239 refs = refs->next; in ~weakref_impl()
249 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref); in ~weakref_impl()
253 refs = refs->next; in ~weakref_impl()
423 while (refs) { in printRefsLocked()
426 inc, refs->id, refs->ref); in printRefsLocked()
433 refs = refs->next; in printRefsLocked()
454 refs->incWeak(id); in incStrong()
476 refs->incWeak(id); in incStrongRequireStrong()
497 refs); in decStrong()
[all …]
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap() argument
62 mReferences.putAll(refs); in addReferencesByMap()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java433 ArrayList<RemoteViewsFrameLayout> refs = get(position); in add() local
436 if (refs == null) { in add()
437 refs = new ArrayList<>(); in add()
438 put(position, refs); in add()
443 refs.add(layout); in add()
454 final ArrayList<RemoteViewsFrameLayout> refs = removeReturnOld(position); in notifyOnRemoteViewsLoaded()
455 if (refs != null) { in notifyOnRemoteViewsLoaded()
457 for (final RemoteViewsFrameLayout ref : refs) { in notifyOnRemoteViewsLoaded()
470 final ArrayList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex); in removeView() local
471 if (refs != null) { in removeView()
[all …]
/aosp14/system/core/libutils/include/utils/
H A DRefBase.h443 void set_object_and_refs(T* other, weakref_type* refs);
544 auto refs = other->getWeakRefs(); in fromExisting() local
545 refs->incWeakRequireWeak(other); in fromExisting()
549 ret.m_refs = refs; in fromExisting()
675 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs() argument
677 if (other) refs->incWeak(this); in set_object_and_refs()
680 m_refs = refs; in set_object_and_refs()
/aosp14/frameworks/base/core/xsd/schema/
H A DREADME.md1 Please see the [README](https://android.googlesource.com/platform/system/tools/xsdc/+/refs/heads/ma…
/aosp14/frameworks/base/services/core/xsd/schema/
H A DREADME.md1 Please see the [README](https://android.googlesource.com/platform/system/tools/xsdc/+/refs/heads/ma…
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java290 public Builder addCertificatesEntryRefs(Collection<? extends CertificatesEntryRef> refs) {
294 mCertificatesEntryRefs.addAll(refs);
/aosp14/frameworks/base/
H A DOWNERS24 # via https://android.git.corp.google.com/All-Projects/+/refs/meta/config/rules.pl.
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java592 int refs = countLiveReferences(mResourceReferences); in dump() local
594 refs += activityResources.countLiveReferences(); in dump()
596 references = refs; in dump()
/aosp14/frameworks/base/packages/SystemUI/
H A Dproguard_common.flags15 # owning classes when the downstream callback registrars only store weak refs.