Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DUnrefedBitmapCache.java120 public ReusableBitmap get(final RequestKey key, final boolean incrementRefCount) { in get() argument
124 return super.get(key, incrementRefCount); in get()
H A DPooledCache.java21 V get(K key, boolean incrementRefCount); in get() argument
H A DUnrefedPooledCache.java72 public V get(K key, boolean incrementRefCount) { in get() argument
79 if (incrementRefCount && result != null) { in get()
/aosp12/system/chre/core/
H A Devent_ref_queue.cc34 event->incrementRefCount(); in push()
/aosp12/system/chre/core/include/chre/core/
H A Devent.h81 void incrementRefCount() { in incrementRefCount() function
/aosp12/frameworks/base/core/java/android/content/res/loader/
H A DResourcesLoader.java243 mProviders[i].incrementRefCount(); in notifyProvidersChangedLocked()
H A DResourcesProvider.java239 final void incrementRefCount() { in incrementRefCount() method in ResourcesProvider