Searched defs:PatchCache (Results 1 – 1 of 1) sorted by relevance
31 PatchCache::PatchCache(): mMaxEntries(DEFAULT_PATCH_CACHE_SIZE) { in PatchCache() function in android::uirenderer::PatchCache34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) { in PatchCache() function in android::uirenderer::PatchCache