Searched refs:RSSurfaceTextureUpdateCallBack (Results 1 – 4 of 4) sorted by relevance
51 virtual void SetUpdateCallback(const RSSurfaceTextureUpdateCallBack& updateCallback) = 0;
143 void SetSurfaceTextureUpdateCallBack(const RSSurfaceTextureUpdateCallBack& updateCallback);
817 void RSSurfaceNode::SetSurfaceTextureUpdateCallBack(const RSSurfaceTextureUpdateCallBack& updateCal… in SetSurfaceTextureUpdateCallBack()
321 using RSSurfaceTextureUpdateCallBack = std::function<void(std::vector<float>&)>; variable