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

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java97 * Creates {@link OwnSource} of own source.
99 public static OwnSource ofOwnSource() {
100 return new OwnSource();
107 public static final class OwnSource extends RecordSource { class in class:HdmiRecordSources
110 private OwnSource() { method in class:HdmiRecordSources.OwnSource
768 return extraDataSize == OwnSource.EXTRA_DATA_SIZE;

Completed in 25 milliseconds