Home
last modified time | relevance | path

Searched refs:supportedSads (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DSetArcTransmissionStateAction.java68 public void onRequestSadDone(List<byte[]> supportedSads) { in start()
77 tv().enableArc(supportedSads); in start()
DRequestSadAction.java247 void onRequestSadDone(List<byte[]> supportedSads); in onRequestSadDone() argument
DHdmiCecLocalDeviceTv.java854 void enableArc(List<byte[]> supportedSads) { in enableArc() argument
859 notifyArcStatusToAudioService(true, supportedSads); in enableArc()
891 private void notifyArcStatusToAudioService(boolean enabled, List<byte[]> supportedSads) { in notifyArcStatusToAudioService() argument
895 new ArrayList<AudioProfile>(), supportedSads.stream() in notifyArcStatusToAudioService()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DRequestSadActionTest.java80 List<byte[]> supportedSads) {
81 mSupportedSads = supportedSads;