Searched defs:mIdentificationMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java507 private final int mIdentificationMethod; field in class:HdmiRecordSources.DigitalServiceSource
522 mIdentificationMethod = identificatinoMethod;
529 data[index] = (byte) ((mIdentificationMethod << 7) | (mBroadcastSystem & 0x7F));

Completed in 38 milliseconds