Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java21 V get(K key, boolean incrementRefCount); in get()
H A DUnrefedBitmapCache.java120 public ReusableBitmap get(final RequestKey key, final boolean incrementRefCount) { in get()
H A DUnrefedPooledCache.java72 public V get(K key, boolean incrementRefCount) { in get()
/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 DResourcesProvider.java239 final void incrementRefCount() { in incrementRefCount() method in ResourcesProvider