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

  public static final int TEMPLATE_STILL_CAPTURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int TEMPLATE_RECORD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int TEMPLATE_VIDEO_SNAPSHOT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int TEMPLATE_ZERO_SHUTTER_LAG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int TEMPLATE_MANUAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int SESSION_OPERATION_MODE_NORMAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int SESSION_OPERATION_MODE_CONSTRAINED_HIGH_SPEED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int SESSION_OPERATION_MODE_VENDOR_START;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32768
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public abstract java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void createCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession$StateCallback, android.os.Handler);
    descriptor: (Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/view/Surface;>;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    MethodParameters:
          Name  Flags
      outputs   
      callback  
      handler   

  public abstract void createCaptureSessionByOutputConfigurations(java.util.List<android.hardware.camera2.params.OutputConfiguration>, android.hardware.camera2.CameraCaptureSession$StateCallback, android.os.Handler);
    descriptor: (Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/hardware/camera2/params/OutputConfiguration;>;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    MethodParameters:
                      Name  Flags
      outputConfigurations  
      callback              
      handler               

  public abstract void createReprocessableCaptureSession(android.hardware.camera2.params.InputConfiguration, java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession$StateCallback, android.os.Handler);
    descriptor: (Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List<Landroid/view/Surface;>;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    MethodParameters:
             Name  Flags
      inputConfig  
      outputs      
      callback     
      handler      

  public abstract void createReprocessableCaptureSessionByConfigurations(android.hardware.camera2.params.InputConfiguration, java.util.List<android.hardware.camera2.params.OutputConfiguration>, android.hardware.camera2.CameraCaptureSession$StateCallback, android.os.Handler);
    descriptor: (Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List<Landroid/hardware/camera2/params/OutputConfiguration;>;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    MethodParameters:
             Name  Flags
      inputConfig  
      outputs      
      callback     
      handler      

  public abstract void createConstrainedHighSpeedCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession$StateCallback, android.os.Handler);
    descriptor: (Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/view/Surface;>;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    MethodParameters:
          Name  Flags
      outputs   
      callback  
      handler   

  public abstract void createCustomCaptureSession(android.hardware.camera2.params.InputConfiguration, java.util.List<android.hardware.camera2.params.OutputConfiguration>, int, android.hardware.camera2.CameraCaptureSession$StateCallback, android.os.Handler);
    descriptor: (Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;ILandroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List<Landroid/hardware/camera2/params/OutputConfiguration;>;ILandroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
               Name  Flags
      inputConfig    
      outputs        
      operatingMode  
      callback       
      handler        

  public void createCaptureSession(android.hardware.camera2.params.SessionConfiguration);
    descriptor: (Landroid/hardware/camera2/params/SessionConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.camera2.CameraDevice this
        start local 1 // android.hardware.camera2.params.SessionConfiguration config
         0: .line 841
            new java.lang.UnsupportedOperationException
            dup
            ldc "No default implementation"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // android.hardware.camera2.params.SessionConfiguration config
        end local 0 // android.hardware.camera2.CameraDevice this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/hardware/camera2/CameraDevice;
            0    1     1  config  Landroid/hardware/camera2/params/SessionConfiguration;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
        Name  Flags
      config  

  public abstract android.hardware.camera2.CaptureRequest$Builder createCaptureRequest(int);
    descriptor: (I)Landroid/hardware/camera2/CaptureRequest$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
              Name  Flags
      templateType  

  public android.hardware.camera2.CaptureRequest$Builder createCaptureRequest(int, java.util.Set<java.lang.String>);
    descriptor: (ILjava/util/Set;)Landroid/hardware/camera2/CaptureRequest$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.camera2.CameraDevice this
        start local 1 // int templateType
        start local 2 // java.util.Set physicalCameraIdSet
         0: .line 911
            new java.lang.UnsupportedOperationException
            dup
            ldc "Subclasses must override this method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.util.Set physicalCameraIdSet
        end local 1 // int templateType
        end local 0 // android.hardware.camera2.CameraDevice this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Landroid/hardware/camera2/CameraDevice;
            0    1     1         templateType  I
            0    1     2  physicalCameraIdSet  Ljava/util/Set<Ljava/lang/String;>;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (ILjava/util/Set<Ljava/lang/String;>;)Landroid/hardware/camera2/CaptureRequest$Builder;
    MethodParameters:
                     Name  Flags
      templateType         
      physicalCameraIdSet  

  public abstract android.hardware.camera2.CaptureRequest$Builder createReprocessCaptureRequest(android.hardware.camera2.TotalCaptureResult);
    descriptor: (Landroid/hardware/camera2/TotalCaptureResult;)Landroid/hardware/camera2/CaptureRequest$Builder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
             Name  Flags
      inputResult  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.CameraDevice this
         0: .line 1151
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.camera2.CameraDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/CameraDevice;
}
SourceFile: "CameraDevice.java"
NestMembers:
  android.hardware.camera2.CameraDevice$RequestTemplate  android.hardware.camera2.CameraDevice$SessionOperatingMode  android.hardware.camera2.CameraDevice$StateCallback  android.hardware.camera2.CameraDevice$StateCallback$ErrorCode
InnerClasses:
  public abstract StateCallback = android.hardware.camera2.CameraCaptureSession$StateCallback of android.hardware.camera2.CameraCaptureSession
  public abstract RequestTemplate = android.hardware.camera2.CameraDevice$RequestTemplate of android.hardware.camera2.CameraDevice
  public abstract SessionOperatingMode = android.hardware.camera2.CameraDevice$SessionOperatingMode of android.hardware.camera2.CameraDevice
  public abstract StateCallback = android.hardware.camera2.CameraDevice$StateCallback of android.hardware.camera2.CameraDevice
  public final Builder = android.hardware.camera2.CaptureRequest$Builder of android.hardware.camera2.CaptureRequest