public abstract class android.hardware.camera2.CameraCaptureSession$CaptureCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.camera2.CameraCaptureSession$CaptureCallback
  super_class: java.lang.Object
{
  public static final int NO_FRAMES_CAPTURED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
         0: .line 1034
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;

  public void onCaptureStarted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, long, long);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=7, args_size=5
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.hardware.camera2.CaptureRequest request
        start local 3 // long timestamp
        start local 5 // long frameNumber
         0: .line 1087
            return
        end local 5 // long frameNumber
        end local 3 // long timestamp
        end local 2 // android.hardware.camera2.CaptureRequest request
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1      session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2      request  Landroid/hardware/camera2/CaptureRequest;
            0    1     3    timestamp  J
            0    1     5  frameNumber  J
    MethodParameters:
             Name  Flags
      session      
      request      
      timestamp    
      frameNumber  

  public void onCapturePartial(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureResult);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;Landroid/hardware/camera2/CaptureResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.hardware.camera2.CaptureRequest request
        start local 3 // android.hardware.camera2.CaptureResult result
         0: .line 1117
            return
        end local 3 // android.hardware.camera2.CaptureResult result
        end local 2 // android.hardware.camera2.CaptureRequest request
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2  request  Landroid/hardware/camera2/CaptureRequest;
            0    1     3   result  Landroid/hardware/camera2/CaptureResult;
    MethodParameters:
         Name  Flags
      session  
      request  
      result   

  public void onCaptureProgressed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureResult);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;Landroid/hardware/camera2/CaptureResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.hardware.camera2.CaptureRequest request
        start local 3 // android.hardware.camera2.CaptureResult partialResult
         0: .line 1161
            return
        end local 3 // android.hardware.camera2.CaptureResult partialResult
        end local 2 // android.hardware.camera2.CaptureRequest request
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1        session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2        request  Landroid/hardware/camera2/CaptureRequest;
            0    1     3  partialResult  Landroid/hardware/camera2/CaptureResult;
    MethodParameters:
               Name  Flags
      session        
      request        
      partialResult  

  public void onCaptureCompleted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.TotalCaptureResult);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;Landroid/hardware/camera2/TotalCaptureResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.hardware.camera2.CaptureRequest request
        start local 3 // android.hardware.camera2.TotalCaptureResult result
         0: .line 1190
            return
        end local 3 // android.hardware.camera2.TotalCaptureResult result
        end local 2 // android.hardware.camera2.CaptureRequest request
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2  request  Landroid/hardware/camera2/CaptureRequest;
            0    1     3   result  Landroid/hardware/camera2/TotalCaptureResult;
    MethodParameters:
         Name  Flags
      session  
      request  
      result   

  public void onCaptureFailed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureFailure);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;Landroid/hardware/camera2/CaptureFailure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.hardware.camera2.CaptureRequest request
        start local 3 // android.hardware.camera2.CaptureFailure failure
         0: .line 1219
            return
        end local 3 // android.hardware.camera2.CaptureFailure failure
        end local 2 // android.hardware.camera2.CaptureRequest request
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1  session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2  request  Landroid/hardware/camera2/CaptureRequest;
            0    1     3  failure  Landroid/hardware/camera2/CaptureFailure;
    MethodParameters:
         Name  Flags
      session  
      request  
      failure  

  public void onCaptureSequenceCompleted(android.hardware.camera2.CameraCaptureSession, int, long);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // int sequenceId
        start local 3 // long frameNumber
         0: .line 1249
            return
        end local 3 // long frameNumber
        end local 2 // int sequenceId
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1      session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2   sequenceId  I
            0    1     3  frameNumber  J
    MethodParameters:
             Name  Flags
      session      
      sequenceId   
      frameNumber  

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

  public void onCaptureBufferLost(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.view.Surface, long);
    descriptor: (Landroid/hardware/camera2/CameraCaptureSession;Landroid/hardware/camera2/CaptureRequest;Landroid/view/Surface;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=5
        start local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
        start local 1 // android.hardware.camera2.CameraCaptureSession session
        start local 2 // android.hardware.camera2.CaptureRequest request
        start local 3 // android.view.Surface target
        start local 4 // long frameNumber
         0: .line 1302
            return
        end local 4 // long frameNumber
        end local 3 // android.view.Surface target
        end local 2 // android.hardware.camera2.CaptureRequest request
        end local 1 // android.hardware.camera2.CameraCaptureSession session
        end local 0 // android.hardware.camera2.CameraCaptureSession$CaptureCallback this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
            0    1     1      session  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     2      request  Landroid/hardware/camera2/CaptureRequest;
            0    1     3       target  Landroid/view/Surface;
            0    1     4  frameNumber  J
    MethodParameters:
             Name  Flags
      session      
      request      
      target       
      frameNumber  
}
SourceFile: "CameraCaptureSession.java"
NestHost: android.hardware.camera2.CameraCaptureSession
InnerClasses:
  public abstract CaptureCallback = android.hardware.camera2.CameraCaptureSession$CaptureCallback of android.hardware.camera2.CameraCaptureSession