Searched refs:mASurfaceTransactionCallback (Results 1 – 3 of 3) sorted by relevance
212 mASurfaceTransactionCallback = callback; in setASurfaceTransactionCallback()328 std::function<bool(int64_t, int64_t, int64_t)> mASurfaceTransactionCallback; variable
930 if (!mASurfaceTransactionCallback) return false; in mergeTransaction()931 return std::invoke(mASurfaceTransactionCallback, reinterpret_cast<int64_t>(transaction), in mergeTransaction()
761 private ASurfaceTransactionCallback mASurfaceTransactionCallback; field in HardwareRenderer766 mASurfaceTransactionCallback = callback; in setASurfaceTransactionCallback()