Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/JniCommon.smali
2024-05-21 17:08:36 -04:00

26 lines
555 B
Smali

.class public Lorg/webrtc/JniCommon;
.super Ljava/lang/Object;
.source "JniCommon.java"
# direct methods
.method public constructor <init>()V
.locals 0
.line 16
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static native nativeAddRef(J)V
.end method
.method public static native nativeAllocateByteBuffer(I)Ljava/nio/ByteBuffer;
.end method
.method public static native nativeFreeByteBuffer(Ljava/nio/ByteBuffer;)V
.end method
.method public static native nativeReleaseRef(J)V
.end method