Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DPostWorker.cpp129 runTask(std::packaged_task<void()>([block] { in block()
139 runTask( in post()
147 runTask(std::packaged_task<void()>([this] { exitImpl(); })); in exit()
151 runTask(std::packaged_task<void()>( in viewport()
162 runTask( in compose()
172 runTask(std::packaged_task<void()>([this] { clearImpl(); })); in clear()
175 void PostWorker::runTask(std::packaged_task<void()> task) { in runTask() function in gfxstream::PostWorker
DPostWorker.h74 void runTask(std::packaged_task<void()>);