Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSetArcTransmissionStateAction.java65 public void onRequestSadDone(List<byte[]> supportedSads) { in start()
74 tv().enableArc(supportedSads); in start()
H A DRequestSadAction.java247 void onRequestSadDone(List<byte[]> supportedSads); in onRequestSadDone() argument
H A DHdmiCecLocalDeviceTv.java806 void enableArc(List<byte[]> supportedSads) { in enableArc() argument
811 notifyArcStatusToAudioService(true, supportedSads); in enableArc()
843 private void notifyArcStatusToAudioService(boolean enabled, List<byte[]> supportedSads) { in notifyArcStatusToAudioService() argument
847 new ArrayList<AudioProfile>(), supportedSads.stream() in notifyArcStatusToAudioService()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DRequestSadActionTest.java78 List<byte[]> supportedSads) {
79 mSupportedSads = supportedSads;