Searched refs:DEVICE_OUT_HDMI_ARC (Results 1 – 5 of 5) sorted by relevance
369 public static final int DEVICE_OUT_HDMI_ARC = 0x40000; field in AudioSystem397 DEVICE_OUT_HDMI_ARC |414 DEVICE_OUT_HDMI_ARC |565 case DEVICE_OUT_HDMI_ARC: in getOutputDeviceName()
281 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_HDMI_ARC, TYPE_HDMI_ARC); in INT_TO_EXT_DEVICE_MAPPING.put() argument321 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_HDMI_ARC, AudioSystem.DEVICE_OUT_HDMI_ARC); in EXT_TO_INT_DEVICE_MAPPING.put() argument
3073 public static final int DEVICE_OUT_HDMI_ARC = AudioSystem.DEVICE_OUT_HDMI_ARC; field in AudioManager
526 AudioSystem.DEVICE_OUT_HDMI_ARC |3731 } else if ((device & AudioSystem.DEVICE_OUT_HDMI_ARC) != 0) { in getDeviceForStream()3732 device = AudioSystem.DEVICE_OUT_HDMI_ARC; in getDeviceForStream()5064 device == AudioSystem.DEVICE_OUT_HDMI_ARC) { in sendDeviceConnectionIntent()5173 devicePort.type() == AudioManager.DEVICE_OUT_HDMI_ARC) { in configureHdmiPlugIntent()
965 AudioSystem.DEVICE_OUT_HDMI_ARC, in notifyArcStatusToAudioService()