public final class android.view.SurfaceSession
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.view.SurfaceSession
  super_class: java.lang.Object
{
  private long mNativeClient;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private static native long nativeCreate();
    descriptor: ()J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  private static native long nativeCreateScoped(long);
    descriptor: (J)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
            Name  Flags
      surfacePtr  

  private static native void nativeDestroy(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      ptr   

  private static native void nativeKill(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      ptr   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.view.SurfaceSession this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            invokestatic android.view.SurfaceSession.nativeCreate:()J
            putfield android.view.SurfaceSession.mNativeClient:J
         2: .line 37
            return
        end local 0 // android.view.SurfaceSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/view/SurfaceSession;

  public void <init>(android.view.Surface);
    descriptor: (Landroid/view/Surface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.view.SurfaceSession this
        start local 1 // android.view.Surface root
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* root */
            getfield android.view.Surface.mNativeObject:J
            invokestatic android.view.SurfaceSession.nativeCreateScoped:(J)J
            putfield android.view.SurfaceSession.mNativeClient:J
         2: .line 41
            return
        end local 1 // android.view.Surface root
        end local 0 // android.view.SurfaceSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/view/SurfaceSession;
            0    3     1  root  Landroid/view/Surface;
    MethodParameters:
      Name  Flags
      root  

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.view.SurfaceSession this
         0: .line 47
            aload 0 /* this */
            getfield android.view.SurfaceSession.mNativeClient:J
            lconst_0
            lcmp
            ifeq 6
         1: .line 48
            aload 0 /* this */
            getfield android.view.SurfaceSession.mNativeClient:J
            invokestatic android.view.SurfaceSession.nativeDestroy:(J)V
         2: .line 50
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         5: .line 52
            aload 1
            athrow
         6: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         7: .line 53
            return
        end local 0 // android.view.SurfaceSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/view/SurfaceSession;
      Exception table:
        from    to  target  type
           0     3       3  any
    Exceptions:
      throws java.lang.Throwable

  public void kill();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.SurfaceSession this
         0: .line 61
            aload 0 /* this */
            getfield android.view.SurfaceSession.mNativeClient:J
            invokestatic android.view.SurfaceSession.nativeKill:(J)V
         1: .line 62
            return
        end local 0 // android.view.SurfaceSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/SurfaceSession;
}
SourceFile: "SurfaceSession.java"