Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h99 typedef void (*AST_reparent)(ASurfaceTransaction* aSurfaceTransaction, typedef
121 AST_reparent transactionReparentFunc;
H A DRenderThread.cpp101 transactionReparentFunc = (AST_reparent)dlsym(handle_, "ASurfaceTransaction_reparent"); in ASurfaceControlFunctions()