Home
last modified time | relevance | path

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

/art/libnativebridge/
Dnative_bridge_lazy.cc43 #define GET_FUNC_PTR(name) GetFuncPtr<decltype(&(name))>(#name) macro
49 static auto f = GET_FUNC_PTR(LoadNativeBridge); in LoadNativeBridge()
54 static auto f = GET_FUNC_PTR(NeedsNativeBridge); in NeedsNativeBridge()
59 static auto f = GET_FUNC_PTR(PreInitializeNativeBridge); in PreInitializeNativeBridge()
64 static auto f = GET_FUNC_PTR(PreZygoteForkNativeBridge); in PreZygoteForkNativeBridge()
69 static auto f = GET_FUNC_PTR(InitializeNativeBridge); in InitializeNativeBridge()
74 static auto f = GET_FUNC_PTR(UnloadNativeBridge); in UnloadNativeBridge()
79 static auto f = GET_FUNC_PTR(NativeBridgeAvailable); in NativeBridgeAvailable()
84 static auto f = GET_FUNC_PTR(NativeBridgeInitialized); in NativeBridgeInitialized()
89 static auto f = GET_FUNC_PTR(NativeBridgeLoadLibrary); in NativeBridgeLoadLibrary()
[all …]
/art/libnativeloader/
Dnative_loader_lazy.cpp43 #define GET_FUNC_PTR(name) GetFuncPtr<decltype(&(name))>(#name) macro
48 static auto f = GET_FUNC_PTR(InitializeNativeLoader); in InitializeNativeLoader()
55 static auto f = GET_FUNC_PTR(CreateClassLoaderNamespace); in CreateClassLoaderNamespace()
63 static auto f = GET_FUNC_PTR(OpenNativeLibrary); in OpenNativeLibrary()
69 static auto f = GET_FUNC_PTR(CloseNativeLibrary); in CloseNativeLibrary()
74 static auto f = GET_FUNC_PTR(NativeLoaderFreeErrorMessage); in NativeLoaderFreeErrorMessage()
79 static auto f = GET_FUNC_PTR(FindNamespaceByClassLoader); in FindNamespaceByClassLoader()
85 static auto f = GET_FUNC_PTR(FindNativeLoaderNamespaceByClassLoader); in FindNativeLoaderNamespaceByClassLoader()
91 static auto f = GET_FUNC_PTR(OpenNativeLibraryInNamespace); in OpenNativeLibraryInNamespace()
96 static auto f = GET_FUNC_PTR(ResetNativeLoader); in ResetNativeLoader()
[all …]