Searched refs:supportedSads (Results 1 – 4 of 4) sorted by relevance
65 public void onRequestSadDone(List<byte[]> supportedSads) { in start()74 tv().enableArc(supportedSads); in start()
247 void onRequestSadDone(List<byte[]> supportedSads); in onRequestSadDone() argument
806 void enableArc(List<byte[]> supportedSads) { in enableArc() argument811 notifyArcStatusToAudioService(true, supportedSads); in enableArc()843 private void notifyArcStatusToAudioService(boolean enabled, List<byte[]> supportedSads) { in notifyArcStatusToAudioService() argument847 new ArrayList<AudioProfile>(), supportedSads.stream() in notifyArcStatusToAudioService()
78 List<byte[]> supportedSads) {79 mSupportedSads = supportedSads;