Searched refs:supportedSads (Results 1 – 4 of 4) sorted by relevance
68 public void onRequestSadDone(List<byte[]> supportedSads) { in start()77 tv().enableArc(supportedSads); in start()
247 void onRequestSadDone(List<byte[]> supportedSads); in onRequestSadDone() argument
854 void enableArc(List<byte[]> supportedSads) { in enableArc() argument859 notifyArcStatusToAudioService(true, supportedSads); in enableArc()891 private void notifyArcStatusToAudioService(boolean enabled, List<byte[]> supportedSads) { in notifyArcStatusToAudioService() argument895 new ArrayList<AudioProfile>(), supportedSads.stream() in notifyArcStatusToAudioService()
80 List<byte[]> supportedSads) {81 mSupportedSads = supportedSads;