Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp229 const auto trimLevel = static_cast<TrimLevel>(level); in trimMemory() local
230 thread.queue().post([&thread, trimLevel]() { thread.trimMemory(trimLevel); }); in trimMemory()
238 const auto trimLevel = static_cast<CacheTrimLevel>(level); in trimCaches() local
239 thread.queue().post([&thread, trimLevel]() { thread.trimCaches(trimLevel); }); in trimCaches()