Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.h60 auto host_func = in WrapGuestFunctionIfNeeded() local
62 if (host_func) { in WrapGuestFunctionIfNeeded()
63 return host_func; in WrapGuestFunctionIfNeeded()
71 auto host_func = UnwrapHostFunction(ToGuestAddr(func)); in WrapHostFunctionIfNeeded() local
72 if (!host_func) { in WrapHostFunctionIfNeeded()