Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp754 std::future<void> FrameBuffer::sendPostWorkerCmd(Post post) { in sendPostWorkerCmd() function in gfxstream::FrameBuffer
1049 sendPostWorkerCmd(std::move(postCmd)); in setupSubWindow()
1058 sendPostWorkerCmd(std::move(postCmd)); in setupSubWindow()
1793 sendPostWorkerCmd(std::move(postCmd)); in postImpl()
2106 std::future<void> completeFuture = sendPostWorkerCmd(std::move(scrCmd)); in getScreenshot()
2189 sendPostWorkerCmd(std::move(composeCmd)); in composeWithCallback()
2207 sendPostWorkerCmd(std::move(composeCmd)); in composeWithCallback()
2734 sendPostWorkerCmd(std::move(postCmd)); in blockPostWorker()
DFrameBuffer.h842 std::future<void> sendPostWorkerCmd(Post post);