DummySurface.smali
.class public final Lcom/google/android/exoplayer2/video/DummySurface;
.super Landroid/view/Surface;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;
}
.end annotation
# static fields
.field private static final EGL_PROTECTED_CONTENT_EXT:I = 0x32c0
.field private static final TAG:Ljava/lang/String; = "DummySurface"
.field private static secureSupported:Z
.field private static secureSupportedInitialized:Z
# instance fields
.field public final secure:Z
.field private final thread:Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;
.field private threadReleased:Z
# direct methods
.method private constructor <init>(Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;Landroid/graphics/SurfaceTexture;Z)V
.registers 4
.line 120
invoke-direct {p0, p2}, Landroid/view/Surface;-><init>(Landroid/graphics/SurfaceTexture;)V
.line 121
iput-object p1, p0, Lcom/google/android/exoplayer2/video/DummySurface;->thread:Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;
.line 122
iput-boolean p3, p0, Lcom/google/android/exoplayer2/video/DummySurface;->secure:Z
return-void
.end method
.method synthetic constructor <init>(Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;Landroid/graphics/SurfaceTexture;ZLcom/google/android/exoplayer2/video/DummySurface$1;)V
.registers 5
.line 69
invoke-direct {p0, p1, p2, p3}, Lcom/google/android/exoplayer2/video/DummySurface;-><init>(Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;Landroid/graphics/SurfaceTexture;Z)V
return-void
.end method
.method private static assertApiLevel17OrHigher()V
.registers 2
.line 141
sget v0, Lcom/google/android/exoplayer2/util/Util;->SDK_INT:I
const/16 v1, 0x11
if-lt v0, v1, :cond_7
return-void
.line 142
:cond_7
new-instance v0, Ljava/lang/UnsupportedOperationException;
const-string v1, "Unsupported prior to API level 17"
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method private static enableSecureDummySurfaceV24(Landroid/content/Context;)Z
.registers 5
.line 153
sget v0, Lcom/google/android/exoplayer2/util/Util;->SDK_INT:I
const/16 v1, 0x1a
const/4 v2, 0x0
if-ge v0, v1, :cond_12
sget-object v0, Lcom/google/android/exoplayer2/util/Util;->MANUFACTURER:Ljava/lang/String;
const-string v3, "samsung"
invoke-virtual {v3, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_12
return v2
.line 158
:cond_12
sget v0, Lcom/google/android/exoplayer2/util/Util;->SDK_INT:I
if-ge v0, v1, :cond_23
invoke-virtual {p0}, Landroid/content/Context;->getPackageManager()Landroid/content/pm/PackageManager;
move-result-object p0
const-string v0, "android.hardware.vr.high_performance"
invoke-virtual {p0, v0}, Landroid/content/pm/PackageManager;->hasSystemFeature(Ljava/lang/String;)Z
move-result p0
if-nez p0, :cond_23
return v2
.line 163
:cond_23
invoke-static {v2}, Landroid/opengl/EGL14;->eglGetDisplay(I)Landroid/opengl/EGLDisplay;
move-result-object p0
const/16 v0, 0x3055
.line 164
invoke-static {p0, v0}, Landroid/opengl/EGL14;->eglQueryString(Landroid/opengl/EGLDisplay;I)Ljava/lang/String;
move-result-object p0
if-eqz p0, :cond_3a
const-string v0, "EGL_EXT_protected_content"
.line 165
invoke-virtual {p0, v0}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
move-result p0
if-nez p0, :cond_38
goto :goto_3a
:cond_38
const/4 p0, 0x1
return p0
:cond_3a
:goto_3a
return v2
.end method
.method public static declared-synchronized isSecureSupported(Landroid/content/Context;)Z
.registers 5
const-class v0, Lcom/google/android/exoplayer2/video/DummySurface;
monitor-enter v0
.line 93
:try_start_3
sget-boolean v1, Lcom/google/android/exoplayer2/video/DummySurface;->secureSupportedInitialized:Z
if-nez v1, :cond_1b
.line 94
sget v1, Lcom/google/android/exoplayer2/util/Util;->SDK_INT:I
const/16 v2, 0x18
const/4 v3, 0x1
if-lt v1, v2, :cond_16
invoke-static {p0}, Lcom/google/android/exoplayer2/video/DummySurface;->enableSecureDummySurfaceV24(Landroid/content/Context;)Z
move-result p0
if-eqz p0, :cond_16
const/4 p0, 0x1
goto :goto_17
:cond_16
const/4 p0, 0x0
:goto_17
sput-boolean p0, Lcom/google/android/exoplayer2/video/DummySurface;->secureSupported:Z
.line 95
sput-boolean v3, Lcom/google/android/exoplayer2/video/DummySurface;->secureSupportedInitialized:Z
.line 97
:cond_1b
sget-boolean p0, Lcom/google/android/exoplayer2/video/DummySurface;->secureSupported:Z
:try_end_1d
.catchall {:try_start_3 .. :try_end_1d} :catchall_1f
monitor-exit v0
return p0
:catchall_1f
move-exception p0
monitor-exit v0
throw p0
.end method
.method public static newInstanceV17(Landroid/content/Context;Z)Lcom/google/android/exoplayer2/video/DummySurface;
.registers 2
.line 113
invoke-static {}, Lcom/google/android/exoplayer2/video/DummySurface;->assertApiLevel17OrHigher()V
if-eqz p1, :cond_e
.line 114
invoke-static {p0}, Lcom/google/android/exoplayer2/video/DummySurface;->isSecureSupported(Landroid/content/Context;)Z
move-result p0
if-eqz p0, :cond_c
goto :goto_e
:cond_c
const/4 p0, 0x0
goto :goto_f
:cond_e
:goto_e
const/4 p0, 0x1
:goto_f
invoke-static {p0}, Lcom/google/android/exoplayer2/util/Assertions;->checkState(Z)V
.line 115
new-instance p0, Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;
invoke-direct {p0}, Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;-><init>()V
.line 116
invoke-virtual {p0, p1}, Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;->init(Z)Lcom/google/android/exoplayer2/video/DummySurface;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public final release()V
.registers 3
.line 127
invoke-super {p0}, Landroid/view/Surface;->release()V
.line 132
iget-object v0, p0, Lcom/google/android/exoplayer2/video/DummySurface;->thread:Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;
monitor-enter v0
.line 133
:try_start_6
iget-boolean v1, p0, Lcom/google/android/exoplayer2/video/DummySurface;->threadReleased:Z
if-nez v1, :cond_12
.line 134
iget-object v1, p0, Lcom/google/android/exoplayer2/video/DummySurface;->thread:Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;
invoke-virtual {v1}, Lcom/google/android/exoplayer2/video/DummySurface$DummySurfaceThread;->release()V
const/4 v1, 0x1
.line 135
iput-boolean v1, p0, Lcom/google/android/exoplayer2/video/DummySurface;->threadReleased:Z
.line 137
:cond_12
monitor-exit v0
return-void
:catchall_14
move-exception v1
monitor-exit v0
:try_end_16
.catchall {:try_start_6 .. :try_end_16} :catchall_14
throw v1
.end method