mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
78 lines
1.6 KiB
Smali
78 lines
1.6 KiB
Smali
.class public Lorg/webrtc/TurnCustomizer;
|
|
.super Ljava/lang/Object;
|
|
.source "TurnCustomizer.java"
|
|
|
|
|
|
# instance fields
|
|
.field private nativeTurnCustomizer:J
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(J)V
|
|
.locals 0
|
|
|
|
.line 17
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-wide p1, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private checkTurnCustomizerExists()V
|
|
.locals 4
|
|
|
|
iget-wide v0, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long p0, v0, v2
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 38
|
|
:cond_0
|
|
new-instance p0, Ljava/lang/IllegalStateException;
|
|
|
|
const-string v0, "TurnCustomizer has been disposed."
|
|
|
|
invoke-direct {p0, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
.method private static native nativeFreeTurnCustomizer(J)V
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public dispose()V
|
|
.locals 2
|
|
|
|
.line 22
|
|
invoke-direct {p0}, Lorg/webrtc/TurnCustomizer;->checkTurnCustomizerExists()V
|
|
|
|
iget-wide v0, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
|
|
|
|
.line 23
|
|
invoke-static {v0, v1}, Lorg/webrtc/TurnCustomizer;->nativeFreeTurnCustomizer(J)V
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
iput-wide v0, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method getNativeTurnCustomizer()J
|
|
.locals 2
|
|
|
|
.line 32
|
|
invoke-direct {p0}, Lorg/webrtc/TurnCustomizer;->checkTurnCustomizerExists()V
|
|
|
|
iget-wide v0, p0, Lorg/webrtc/TurnCustomizer;->nativeTurnCustomizer:J
|
|
|
|
return-wide v0
|
|
.end method
|