Searched refs:funcWithFence_ (Results 1 – 1 of 1) sorted by relevance
134 : func_(func), funcWithFence_(funcWithFence) {};156 if (funcWithFence_ != nullptr) { in OnBufferReleasedWithFence()157 funcWithFence = funcWithFence_; in OnBufferReleasedWithFence()169 funcWithFence_ = nullptr; in ResetReleaseFunc()173 OnReleaseFuncWithFence funcWithFence_; variable