# This library should only export C linkage definitions. # # VERSION string that follows is derived from _. LIBNATIVEHELPER_31 { global: JNI_GetDefaultJavaVMInitArgs; JNI_CreateJavaVM; JNI_GetCreatedJavaVMs; jniRegisterNativeMethods; jniThrowException; jniThrowExceptionFmt; jniThrowNullPointerException; jniThrowRuntimeException; jniThrowIOException; jniCreateFileDescriptor; jniGetFDFromFileDescriptor; jniSetFileDescriptorOfFD; jniGetNioBufferBaseArray; jniGetNioBufferBaseArrayOffset; jniGetNioBufferPointer; jniGetNioBufferFields; jniGetReferent; jniCreateString; jniCreateStringArray; jniLogException; jniUninitializeConstants; JniInvocationCreate; JniInvocationDestroy; JniInvocationInit; JniInvocationGetLibrary; local: *; }; # NDK API for libnativehelper. LIBNATIVEHELPER_S { # introduced=31 global: AFileDescriptor_create; AFileDescriptor_getFD; AFileDescriptor_setFD; local: *; };