Searched refs:atscType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java425 * @param atscType ATSC type. It should be one of
435 public static DigitalServiceSource ofAtsc(int atscType, AtscData data) { argument
439 switch (atscType) {
446 atscType, data);
448 Log.w(TAG, "Invalid ATSC type:" + atscType);
449 throw new IllegalArgumentException("Invalid ATSC type:" + atscType);

Completed in 24 milliseconds