Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_producer_listener.h134 : func_(func), funcWithFence_(funcWithFence) {};
156 if (funcWithFence_ != nullptr) { in OnBufferReleasedWithFence()
157 funcWithFence = funcWithFence_; in OnBufferReleasedWithFence()
169 funcWithFence_ = nullptr; in ResetReleaseFunc()
173 OnReleaseFuncWithFence funcWithFence_; variable