Searched refs:JniInvocationInit (Results 1 – 11 of 11) sorted by relevance
/aosp12/libnativehelper/include_platform/nativehelper/ |
H A D | JniInvocation.h | 56 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library); 107 return JniInvocationInit(impl_, library) != 0; in Init()
|
/aosp12/libnativehelper/tests_mts/ |
H A D | README.md | 18 JniInvocationInit 24 `JniInvocationInit()` is responsible for binding the ART runtime and 38 `JniInvocationInit()` uses `JniInvocationGetLibrary()` to determine which
|
/aosp12/libnativehelper/ |
H A D | libnativehelper_lazy.c | 130 BIND_SYMBOL(JniInvocationInit); in InitializeOnce() 267 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library) { in JniInvocationInit() function 269 INVOKE_METHOD(JniInvocationInit, M, instance, library); in JniInvocationInit()
|
H A D | libnativehelper.map.txt | 21 JniInvocationInit;
|
H A D | JniInvocation.c | 146 bool JniInvocationInit(struct JniInvocationImpl* instance, const char* library_name) { in JniInvocationInit() function
|
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/ |
H A D | stubs_arm.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationInit); 101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationInit); in init_stub_library()
|
H A D | stubs_arm64.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationInit); 101 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationInit); in init_stub_library()
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/ |
H A D | libnativehelper.map.txt | 21 JniInvocationInit;
|
/aosp12/libnativehelper/tests/ |
H A D | libnativehelper_lazy_test.cpp | 51 EXPECT_DEATH(JniInvocationInit(NULL, "a"), kLoadFailed); in TEST_F()
|
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/ |
H A D | stubs_arm.cc | 44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationInit); 1172 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationInit); in init_stub_library()
|
H A D | stubs_arm64.cc | 44 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationInit); 1173 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationInit); in init_stub_library()
|