Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCacheManager.h65 void onContextStopped(CanvasContext* context);
H A DCacheManager.cpp339 void CacheManager::onContextStopped(CanvasContext* context) { in onContextStopped() function in android::uirenderer::renderthread::CacheManager
H A DCanvasContext.cpp162 mRenderThread.cacheManager().onContextStopped(this); in destroy()
275 mRenderThread.cacheManager().onContextStopped(this); in setStopped()