Home
last modified time | relevance | path

Searched refs:outSync (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DRenderControl.cpp1114 uint64_t* outSync, in rcCreateSyncKHR() argument
1128 outSync, in rcCreateSyncKHR()
1132 if (tInfo && outSync && shouldEnableVsyncGatedSyncFences(fb->getFeatures())) { in rcCreateSyncKHR()
1133 auto fenceSync = reinterpret_cast<EmulatedEglFenceSync*>(outSync); in rcCreateSyncKHR()
DFrameBuffer.h555 uint64_t* outSync = nullptr, uint64_t* outSyncThread = nullptr);
DFrameBuffer.cpp3226 uint64_t* outSync, uint64_t* outSyncThread) { in createEmulatedEglFenceSync() argument
3251 if (outSync) { in createEmulatedEglFenceSync()
3252 *outSync = (uint64_t)(uintptr_t)sync.release(); in createEmulatedEglFenceSync()