wxr
2024-07-16 548fb8aa23fe31401ba3dae823d31f9a73cc101f
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/generated/src/Com.Tencent.Tinker.Lib.Library.TinkerLoadLibrary.cs
@@ -1,3 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
#nullable restore
using System;
using System.Collections.Generic;
using Android.Runtime;
@@ -58,7 +68,7 @@
      public static unsafe void InstallNavitveLibraryABI (global::Android.Content.Context context, string currentABI)
      {
         const string __id = "installNavitveLibraryABI.(Landroid/content/Context;Ljava/lang/String;)V";
         IntPtr native_currentABI = JNIEnv.NewString (currentABI);
         IntPtr native_currentABI = JNIEnv.NewString ((string)currentABI);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [2];
            __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle);
@@ -75,7 +85,7 @@
      public static unsafe void LoadArmLibrary (global::Android.Content.Context context, string libName)
      {
         const string __id = "loadArmLibrary.(Landroid/content/Context;Ljava/lang/String;)V";
         IntPtr native_libName = JNIEnv.NewString (libName);
         IntPtr native_libName = JNIEnv.NewString ((string)libName);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [2];
            __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle);
@@ -92,7 +102,7 @@
      public static unsafe void LoadArmV7Library (global::Android.Content.Context context, string libName)
      {
         const string __id = "loadArmV7Library.(Landroid/content/Context;Ljava/lang/String;)V";
         IntPtr native_libName = JNIEnv.NewString (libName);
         IntPtr native_libName = JNIEnv.NewString ((string)libName);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [2];
            __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle);
@@ -109,8 +119,8 @@
      public static unsafe bool LoadLibraryFromTinker (global::Android.Content.Context context, string relativePath, string libName)
      {
         const string __id = "loadLibraryFromTinker.(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Z";
         IntPtr native_relativePath = JNIEnv.NewString (relativePath);
         IntPtr native_libName = JNIEnv.NewString (libName);
         IntPtr native_relativePath = JNIEnv.NewString ((string)relativePath);
         IntPtr native_libName = JNIEnv.NewString ((string)libName);
         try {
            JniArgumentValue* __args = stackalloc JniArgumentValue [3];
            __args [0] = new JniArgumentValue ((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object) context).Handle);