Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java392 String currentContext = encodeClassLoader( in processContextForDexLoad() local
394 loadedDexPathsContext[i] = encodeClassLoaderChain(currentContext, parentContext); in processContextForDexLoad()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java109 EGLContext context = RenderTarget.currentContext(); in registerClient()
117 EGLContext context = RenderTarget.currentContext(); in unregisterClient()
214 ImageShader copyShader = shaderForContext(RenderTarget.currentContext()); in grabFrame()
335 EGLContext clientContext = RenderTarget.currentContext(); in grabFrame()
605 EGLContext clientContext = RenderTarget.currentContext(); in grabFrame()
H A DRenderTarget.java241 public static EGLContext currentContext() { in currentContext() method in RenderTarget
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp160 GrDirectContext* currentContext = in renderLayersImpl() local
162 if (cachedContext.get() != currentContext) { in renderLayersImpl()
167 cachedContext.reset(SkSafeRef(currentContext)); in renderLayersImpl()