Searched refs:supportedCodecs (Results 1 – 2 of 2) sorted by relevance
731 public final List<CodecSad> supportedCodecs; field in HdmiUtils.DeviceConfig733 public DeviceConfig(String name, List<CodecSad> supportedCodecs) { in DeviceConfig() argument735 this.supportedCodecs = supportedCodecs; in DeviceConfig()743 && that.supportedCodecs.equals(this.supportedCodecs); in equals()752 supportedCodecs.hashCode()); in hashCode()
562 for (CodecSad codecSad : deviceConfigToUse.supportedCodecs) { in getSupportedShortAudioDescriptorsFromConfig()