final class android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier
  super_class: java.lang.Object
{
  private final int mChannelNumberFormat;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier this
        start local 1 // int format
        start local 2 // int majorNumber
        start local 3 // int minorNumer
         0: .line 284
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 285
            aload 0 /* this */
            iload 1 /* format */
            putfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mChannelNumberFormat:I
         2: .line 286
            aload 0 /* this */
            iload 2 /* majorNumber */
            putfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mMajorChannelNumber:I
         3: .line 287
            aload 0 /* this */
            iload 3 /* minorNumer */
            putfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mMinorChannelNumber:I
         4: .line 288
            return
        end local 3 // int minorNumer
        end local 2 // int majorNumber
        end local 1 // int format
        end local 0 // android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/hardware/hdmi/HdmiRecordSources$ChannelIdentifier;
            0    5     1       format  I
            0    5     2  majorNumber  I
            0    5     3   minorNumer  I
    MethodParameters:
             Name  Flags
      format       
      majorNumber  
      minorNumer   

  private int toByteArray(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier this
        start local 1 // byte[] data
        start local 2 // int index
         0: .line 292
            aload 1 /* data */
            iload 2 /* index */
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mChannelNumberFormat:I
            iconst_2
            ishl
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mMajorChannelNumber:I
            bipush 8
            iushr
            iconst_3
            iand
            ior
            i2b
            bastore
         1: .line 293
            aload 1 /* data */
            iload 2 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mMajorChannelNumber:I
            sipush 255
            iand
            i2b
            bastore
         2: .line 295
            aload 0 /* this */
            getfield android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier.mMinorChannelNumber:I
            i2s
            aload 1 /* data */
            iload 2 /* index */
            iconst_2
            iadd
            invokestatic android.hardware.hdmi.HdmiRecordSources.shortToByteArray:(S[BI)I
            pop
         3: .line 296
            iconst_4
            ireturn
        end local 2 // int index
        end local 1 // byte[] data
        end local 0 // android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/hardware/hdmi/HdmiRecordSources$ChannelIdentifier;
            0    4     1   data  [B
            0    4     2  index  I
    MethodParameters:
       Name  Flags
      data   
      index  
}
SourceFile: "HdmiRecordSources.java"
NestHost: android.hardware.hdmi.HdmiRecordSources
InnerClasses:
  private final ChannelIdentifier = android.hardware.hdmi.HdmiRecordSources$ChannelIdentifier of android.hardware.hdmi.HdmiRecordSources