Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h62 flushEmptyCallback_ = flushEmptyCallback; in SetFlushEmptyCallback()
111 FlushEmptyCallback flushEmptyCallback_ = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp140 if (flushEmptyCallback_) { in FlushImplicitTransaction()
141 flushEmptyCallback_(timestamp_); in FlushImplicitTransaction()