Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h212 mASurfaceTransactionCallback = callback; in setASurfaceTransactionCallback()
328 std::function<bool(int64_t, int64_t, int64_t)> mASurfaceTransactionCallback; variable
H A DCanvasContext.cpp930 if (!mASurfaceTransactionCallback) return false; in mergeTransaction()
931 return std::invoke(mASurfaceTransactionCallback, reinterpret_cast<int64_t>(transaction), in mergeTransaction()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java761 private ASurfaceTransactionCallback mASurfaceTransactionCallback; field in HardwareRenderer
766 mASurfaceTransactionCallback = callback; in setASurfaceTransactionCallback()