Home
last modified time | relevance | path

Searched refs:DEVICE_IN_HDMI_ARC (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioDeviceInfo.java651 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_HDMI_ARC, TYPE_HDMI_ARC); in INT_TO_EXT_DEVICE_MAPPING.put() argument
713 EXT_TO_INT_INPUT_DEVICE_MAPPING.put(TYPE_HDMI_ARC, AudioSystem.DEVICE_IN_HDMI_ARC); in EXT_TO_INT_INPUT_DEVICE_MAPPING.put() argument
DAudioSystem.java1105 public static final int DEVICE_IN_HDMI_ARC = DEVICE_BIT_IN | 0x8000000; field in AudioSystem
1148 DEVICE_IN_ALL_SET.add(DEVICE_IN_HDMI_ARC);
1377 case DEVICE_IN_HDMI_ARC: in getInputDeviceName()
DAudioManager.java5401 public static final int DEVICE_IN_HDMI_ARC = field in AudioManager
5402 AudioSystem.DEVICE_IN_HDMI_ARC;