Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp706 auto* gralloc = ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(); in getAHardwareBufferId()
1086 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(); in unregister_VkDeviceMemory()
1133 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->syncHelper(); in unregister_VkSemaphore()
1174 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->syncHelper(); in unregister_VkFence()
2181 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(); in on_vkGetAndroidHardwareBufferPropertiesANDROID()
2215 auto* gralloc = ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(); in on_vkGetMemoryAndroidHardwareBufferANDROID()
3424 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(), in on_vkAllocateMemory()
3437 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(), in on_vkAllocateMemory()
3443 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->grallocHelper(); in on_vkAllocateMemory()
4588 ResourceTracker::threadingCallbacks.hostConnectionGetFunc()->syncHelper(); in on_vkResetFences()
[all …]
DResourceTracker.h123 HostConnectionGetFunc hostConnectionGetFunc = nullptr; member
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp85 .hostConnectionGetFunc = getConnection, in SetupInstanceForProcess()