Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DSyncThread.cpp441 auto result = decoder->waitForFence(vkFence, kDefaultTimeoutNsecs); in doSyncWaitVk()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h709 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout);
DVkDecoderGlobalState.cpp6342 VkResult waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() function in gfxstream::vk::VkDecoderGlobalState::Impl
8830 VkResult VkDecoderGlobalState::waitForFence(VkFence boxed_fence, uint64_t timeout) { in waitForFence() function in gfxstream::vk::VkDecoderGlobalState
8831 return mImpl->waitForFence(boxed_fence, timeout); in waitForFence()