public abstract class android.hardware.camera2.CameraCaptureSession$StateCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.camera2.CameraCaptureSession$StateCallback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
         0: .line 884
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/CameraCaptureSession$StateCallback;

  public abstract void onConfigured(android.hardware.camera2.CameraCaptureSession);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      session  

  public abstract void onConfigureFailed(android.hardware.camera2.CameraCaptureSession);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      session  

  public void onReady(android.hardware.camera2.CameraCaptureSession);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
         0: .line 934
            return
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$StateCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
    MethodParameters:
         Name  Flags
      session  

  public void onActive(android.hardware.camera2.CameraCaptureSession);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
         0: .line 950
            return
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$StateCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
    MethodParameters:
         Name  Flags
      session  

  public void onCaptureQueueEmpty(android.hardware.camera2.CameraCaptureSession);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
         0: .line 980
            return
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$StateCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
    MethodParameters:
         Name  Flags
      session  

  public void onClosed(android.hardware.camera2.CameraCaptureSession);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
         0: .line 998
            return
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$StateCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
    MethodParameters:
         Name  Flags
      session  

  public void onSurfacePrepared(android.hardware.camera2.CameraCaptureSession, android.view.Surface);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/view/Surface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.view.Surface surface
         0: .line 1018
            return
        end local 2 // android.view.Surface surface
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$StateCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$StateCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2  surface  Landroid/view/Surface;
    MethodParameters:
         Name  Flags
      session  
      surface  
}
SourceFile: "CameraCaptureSession.java"
NestHost: android.hardware.camera2.CameraCaptureSession
InnerClasses:
  public abstract StateCallback = android.hardware.camera2.CameraCaptureSession$StateCallback of android.hardware.camera2.CameraCaptureSession