Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp233 funcs.transactionDeleteFunc(transaction); in getSurfaceControl()
260 funcs.transactionDeleteFunc(transaction); in reparentSurfaceControl()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp93 transactionDeleteFunc = (AST_delete)dlsym(handle_, "ASurfaceTransaction_delete"); in ASurfaceControlFunctions()
94 LOG_ALWAYS_FATAL_IF(transactionDeleteFunc == nullptr, in ASurfaceControlFunctions()
H A DRenderThread.h119 AST_delete transactionDeleteFunc; member