Searched refs:DEVICE_IN_HDMI_ARC (Results 1 – 6 of 6) sorted by relevance
686 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_HDMI_ARC, TYPE_HDMI_ARC); in INT_TO_EXT_DEVICE_MAPPING.put() argument749 EXT_TO_INT_INPUT_DEVICE_MAPPING.put(TYPE_HDMI_ARC, AudioSystem.DEVICE_IN_HDMI_ARC); in EXT_TO_INT_INPUT_DEVICE_MAPPING.put() argument
1244 public static final int DEVICE_IN_HDMI_ARC = DEVICE_BIT_IN | 0x8000000; field in AudioSystem1290 DEVICE_IN_ALL_SET.add(DEVICE_IN_HDMI_ARC);1592 case DEVICE_IN_HDMI_ARC: in getInputDeviceName()
6151 public static final int DEVICE_IN_HDMI_ARC = field in AudioManager6152 AudioSystem.DEVICE_IN_HDMI_ARC;
852 case AudioSystem.DEVICE_IN_HDMI_ARC: in api2aidl_NativeType_AudioDeviceDescription()
912 .setWiredDeviceConnectionState(AudioSystem.DEVICE_IN_HDMI_ARC, enabled ? 1 : 0, "", ""); in notifyArcStatusToAudioService()
7863 if (attributes.getInternalType() == AudioSystem.DEVICE_IN_HDMI_ARC) { in setWiredDeviceConnectionState()