summaryrefslogtreecommitdiff
path: root/module_ndk_libs/libnativehelper/libnativehelper.map.txt
blob: 72efd9238894aae2b82b1319922e2252e1af8148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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;

    # API for platform and modules only.
    jniRegisterNativeMethods; # apex
    jniThrowException; # apex
    jniThrowExceptionFmt; # apex
    jniThrowNullPointerException; # apex
    jniThrowRuntimeException; # apex
    jniThrowIOException; # apex
    jniThrowErrnoException; # apex
    jniCreateFileDescriptor; # apex
    jniGetFDFromFileDescriptor; # apex
    jniSetFileDescriptorOfFD; # apex
    jniGetNioBufferBaseArray; # apex
    jniGetNioBufferBaseArrayOffset; # apex
    jniGetNioBufferPointer; # apex
    jniGetNioBufferFields; # apex
    jniCreateString; # apex
    jniLogException; # apex
    jniUninitializeConstants; # apex

    JniInvocationCreate; # apex
    JniInvocationDestroy; # apex
    JniInvocationInit; # apex
    JniInvocationGetLibrary; # apex

  local:
    *;
};