Searched refs:EmulatedFence (Results 1 – 1 of 1) sorted by relevance
293 struct EmulatedFence { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl298 std::unordered_map<uint32_t, EmulatedFence> mVirtioGpuFences;743 auto [fenceIt, fenceCreated] = mVirtioGpuFences.emplace(fenceId, EmulatedFence{}); in CreateEmulatedFence()