Home
last modified time | relevance | path

Searched refs:getAllowedCecSettingIntValues (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlServiceWrapper.java330 public int[] getAllowedCecSettingIntValues(String name) {
331 return HdmiControlServiceWrapper.this.getAllowedCecSettingIntValues(name);
564 public int[] getAllowedCecSettingIntValues(String name) { in getAllowedCecSettingIntValues() method in HdmiControlServiceWrapper
DIHdmiControlService.aidl97 int[] getAllowedCecSettingIntValues(String name); in getAllowedCecSettingIntValues() method
DHdmiControlManager.java2167 public List<Integer> getAllowedCecSettingIntValues(@NonNull @SettingName String name) {
2173 int[] allowedValues = mService.getAllowedCecSettingIntValues(name);
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java411 public int[] getAllowedCecSettingIntValues(String name) { in getAllowedCecSettingIntValues() method in HdmiAudioSystemClientTest.TestHdmiControlService
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java3059 public int[] getAllowedCecSettingIntValues(String name) { in getAllowedCecSettingIntValues() method in HdmiControlService.BinderService
/frameworks/base/core/api/
Dsystem-current.txt5189 …permission.HDMI_CEC) public java.util.List<java.lang.Integer> getAllowedCecSettingIntValues(@NonNu…