public final class android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource extends android.hardware.hdmi.HdmiRecordSources$RecordSource
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource
  super_class: android.hardware.hdmi.HdmiRecordSources$RecordSource
{
  private static final int DIGITAL_SERVICE_IDENTIFIED_BY_DIGITAL_ID;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int DIGITAL_SERVICE_IDENTIFIED_BY_CHANNEL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int EXTRA_DATA_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private final int mIdentificationMethod;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mBroadcastSystem;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification mIdentification;
    descriptor: Landroid/hardware/hdmi/HdmiRecordSources$DigitalServiceIdentification;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(int, int, android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification);
    descriptor: (IILandroid/hardware/hdmi/HdmiRecordSources$DigitalServiceIdentification;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource this
        start local 1 // int identificatinoMethod
        start local 2 // int broadcastSystem
        start local 3 // android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification identification
         0: .line 521
            aload 0 /* this */
            iconst_2
            bipush 7
            invokespecial android.hardware.hdmi.HdmiRecordSources$RecordSource.<init>:(II)V
         1: .line 522
            aload 0 /* this */
            iload 1 /* identificatinoMethod */
            putfield android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource.mIdentificationMethod:I
         2: .line 523
            aload 0 /* this */
            iload 2 /* broadcastSystem */
            putfield android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource.mBroadcastSystem:I
         3: .line 524
            aload 0 /* this */
            aload 3 /* identification */
            putfield android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource.mIdentification:Landroid/hardware/hdmi/HdmiRecordSources$DigitalServiceIdentification;
         4: .line 525
            return
        end local 3 // android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification identification
        end local 2 // int broadcastSystem
        end local 1 // int identificatinoMethod
        end local 0 // android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Landroid/hardware/hdmi/HdmiRecordSources$DigitalServiceSource;
            0    5     1  identificatinoMethod  I
            0    5     2       broadcastSystem  I
            0    5     3        identification  Landroid/hardware/hdmi/HdmiRecordSources$DigitalServiceIdentification;
    MethodParameters:
                      Name  Flags
      identificatinoMethod  
      broadcastSystem       
      identification        

  int extraParamToByteArray(byte[], int);
    descriptor: ([BI)I
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource this
        start local 1 // byte[] data
        start local 2 // int index
         0: .line 529
            aload 1 /* data */
            iload 2 /* index */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource.mIdentificationMethod:I
            bipush 7
            ishl
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource.mBroadcastSystem:I
            bipush 127
            iand
            ior
            i2b
            bastore
         1: .line 530
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource.mIdentification:Landroid/hardware/hdmi/HdmiRecordSources$DigitalServiceIdentification;
            aload 1 /* data */
            iload 2 /* index */
            iconst_1
            iadd
            invokeinterface android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification.toByteArray:([BI)I
            pop
         2: .line 531
            bipush 7
            ireturn
        end local 2 // int index
        end local 1 // byte[] data
        end local 0 // android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/hardware/hdmi/HdmiRecordSources$DigitalServiceSource;
            0    3     1   data  [B
            0    3     2  index  I
    MethodParameters:
       Name  Flags
      data   
      index  
}
SourceFile: "HdmiRecordSources.java"
NestHost: android.hardware.hdmi.HdmiRecordSources
InnerClasses:
  private abstract DigitalServiceIdentification = android.hardware.hdmi.HdmiRecordSources$DigitalServiceIdentification of android.hardware.hdmi.HdmiRecordSources
  public final DigitalServiceSource = android.hardware.hdmi.HdmiRecordSources$DigitalServiceSource of android.hardware.hdmi.HdmiRecordSources
  public abstract RecordSource = android.hardware.hdmi.HdmiRecordSources$RecordSource of android.hardware.hdmi.HdmiRecordSources
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()