Searched refs:decrementRefcountLocked (Results 1 – 3 of 3) sorted by relevance
81 decrementRefcountLocked(resource); in decrementRefcount()88 void ResourceCache::decrementRefcountLocked(void* resource) { in decrementRefcountLocked() function in android::uirenderer::ResourceCache101 void ResourceCache::decrementRefcountLocked(const Res_png_9patch* patchResource) { in decrementRefcountLocked() function in android::uirenderer::ResourceCache102 decrementRefcountLocked((void*) patchResource); in decrementRefcountLocked()
73 void decrementRefcountLocked(const Res_png_9patch* resource);86 void decrementRefcountLocked(void* resource);
60 resourceCache.decrementRefcountLocked(patchResources[i]); in cleanupResources()