Searched refs:postCallback (Results 1 – 3 of 3) sorted by relevance
137 void PostWorker::post(ColorBuffer* cb, std::unique_ptr<Post::CompletionCallback> postCallback) { in post() argument138 auto packagedPostCallback = std::shared_ptr<Post::CompletionCallback>(std::move(postCallback)); in post()
45 void post(ColorBuffer* cb, std::unique_ptr<Post::CompletionCallback> postCallback);
688 std::unique_ptr<Post::CompletionCallback> postCallback = in postWorkerFunc() local697 m_postWorker->post(post.cb, std::move(postCallback)); in postWorkerFunc()