Home
last modified time | relevance | path

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

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