Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DSyncThread.cpp138 sendAsync( in triggerWait()
164 sendAsync( in triggerWaitWithCompletionCallback()
295 sendAsync( in triggerWaitVk()
309 sendAsync([vkFence, cb = std::move(cb)](WorkerId) { doSyncWaitVk(vkFence, std::move(cb)); }, in triggerWaitVkWithCompletionCallback()
317 sendAsync( in triggerWaitVkQsriWithCompletionCallback()
334 sendAsync( in triggerWaitVkQsri()
352 sendAsync(std::bind(std::move(cb)), ss.str()); in triggerGeneral()
413 void SyncThread::sendAsync(std::function<void(WorkerId)> job, std::string description) { in sendAsync() function in gfxstream::SyncThread
DSyncThread.h138 void sendAsync(std::function<void(WorkerId)> job, std::string description);