Home
last modified time | relevance | path

Searched refs:asyncWaitForGpuWithCb (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.h690 void asyncWaitForGpuWithCb(uint64_t eglsync, FenceCompletionCallback cb);
DRendererImpl.cpp637 FrameBuffer::getFB()->asyncWaitForGpuWithCb(eglsync, cb); in __anona8dbb0c51a02()
DVirtioGpuFrontend.cpp308 gfxstream::FrameBuffer::getFB()->asyncWaitForGpuWithCb( in submitCmd()
DFrameBuffer.cpp3906 void FrameBuffer::asyncWaitForGpuWithCb(uint64_t eglsync, FenceCompletionCallback cb) { in asyncWaitForGpuWithCb() function in gfxstream::FrameBuffer