61 lines
1.3 KiB
Smali
61 lines
1.3 KiB
Smali
.class final Ltv/danmaku/ijk/media/player/IjkMediaPlayer$1;
|
|
.super Ljava/lang/Object;
|
|
.source "IjkMediaPlayer.java"
|
|
|
|
# interfaces
|
|
.implements Ltv/danmaku/ijk/media/player/IjkLibLoader;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Ltv/danmaku/ijk/media/player/IjkMediaPlayer;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x8
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 161
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public loadLibrary(Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/UnsatisfiedLinkError;,
|
|
Ljava/lang/SecurityException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 164
|
|
invoke-static {p1}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public loadLocalLibrary(Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/UnsatisfiedLinkError;,
|
|
Ljava/lang/SecurityException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 169
|
|
invoke-static {p1}, Ljava/lang/System;->load(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|