aosp12/libnativehelper/libnativehelper.map.txt

31 lines
640 B
Plaintext
Raw Normal View History

2023-01-09 17:11:35 +08:00
LIBNATIVEHELPER_S { # introduced=S
global:
# NDK API for libnativehelper.
AFileDescriptor_create;
AFileDescriptor_getFd;
AFileDescriptor_setFd;
# JNI Invocation methods available to platform and apps.
JNI_CreateJavaVM;
JNI_GetDefaultJavaVMInitArgs;
JNI_GetCreatedJavaVMs;
local:
*;
};
LIBNATIVEHELPER_PLATFORM { # platform-only
global:
JniInvocationCreate;
JniInvocationDestroy;
JniInvocationInit;
JniInvocationGetLibrary;
jniGetNioBufferBaseArray;
jniGetNioBufferBaseArrayOffset;
jniGetNioBufferPointer;
jniGetNioBufferFields;
jniUninitializeConstants;
};