Searched refs:DEVICE_OUT_HDMI_ARC (Results 1 – 5 of 5) sorted by relevance
255 public static final int DEVICE_OUT_HDMI_ARC = 0x40000; field in AudioSystem281 DEVICE_OUT_HDMI_ARC |296 DEVICE_OUT_HDMI_ARC |439 case DEVICE_OUT_HDMI_ARC: in getOutputDeviceName()
184 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_HDMI_ARC, TYPE_HDMI_ARC); in INT_TO_EXT_DEVICE_MAPPING.put() argument220 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_HDMI_ARC, AudioSystem.DEVICE_OUT_HDMI_ARC); in EXT_TO_INT_DEVICE_MAPPING.put() argument
3081 public static final int DEVICE_OUT_HDMI_ARC = AudioSystem.DEVICE_OUT_HDMI_ARC; field in AudioManager
504 AudioSystem.DEVICE_OUT_HDMI_ARC |3415 } else if ((device & AudioSystem.DEVICE_OUT_HDMI_ARC) != 0) { in getDeviceForStream()3416 device = AudioSystem.DEVICE_OUT_HDMI_ARC; in getDeviceForStream()4751 device == AudioSystem.DEVICE_OUT_HDMI_ARC) { in sendDeviceConnectionIntent()4847 devicePort.type() == AudioManager.DEVICE_OUT_HDMI_ARC) { in configureHdmiPlugIntent()
906 AudioSystem.DEVICE_OUT_HDMI_ARC, in notifyArcStatusToAudioService()