Home
last modified time | relevance | path

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

/aosp12/libnativehelper/include_platform/nativehelper/
H A DJniInvocation.h61 void JniInvocationDestroy(struct JniInvocationImpl* instance);
99 JniInvocationDestroy(impl_); in ~JniInvocation()
/aosp12/libnativehelper/
H A Dlibnativehelper_lazy.c128 BIND_SYMBOL(JniInvocationDestroy); in InitializeOnce()
262 void JniInvocationDestroy(struct JniInvocationImpl* instance) { in JniInvocationDestroy() function
264 INVOKE_METHOD(JniInvocationDestroy, M, instance); in JniInvocationDestroy()
H A Dlibnativehelper.map.txt20 JniInvocationDestroy;
H A DJniInvocation.c199 void JniInvocationDestroy(struct JniInvocationImpl* instance) { in JniInvocationDestroy() function
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationDestroy);
98 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationDestroy); in init_stub_library()
H A Dstubs_arm64.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationDestroy);
98 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", JniInvocationDestroy); in init_stub_library()
/aosp12/system/extras/module_ndk_libs/libnativehelper/
H A Dlibnativehelper.map.txt20 JniInvocationDestroy;
/aosp12/libnativehelper/tests/
H A Dlibnativehelper_lazy_test.cpp49 EXPECT_DEATH(JniInvocationDestroy(NULL), kLoadFailed); in TEST_F()
/aosp12/libnativehelper/tests_mts/
H A DREADME.md17 JniInvocationDestroy
/aosp12/frameworks/libs/native_bridge_support/libandroid_runtime/
H A Dstubs_arm.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationDestroy);
1170 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationDestroy); in init_stub_library()
H A Dstubs_arm64.cc42 DEFINE_INTERCEPTABLE_STUB_FUNCTION(JniInvocationDestroy);
1171 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid_runtime.so", JniInvocationDestroy); in init_stub_library()