Searched refs:DEVICE_OUT_USB_DEVICE (Results 1 – 5 of 5) sorted by relevance
365 public static final int DEVICE_OUT_USB_DEVICE = 0x4000; field in AudioSystem393 DEVICE_OUT_USB_DEVICE |412 DEVICE_OUT_USB_DEVICE);557 case DEVICE_OUT_USB_DEVICE: in getOutputDeviceName()
278 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_USB_DEVICE, TYPE_USB_DEVICE); in INT_TO_EXT_DEVICE_MAPPING.put() argument322 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_USB_DEVICE, AudioSystem.DEVICE_OUT_USB_DEVICE); in EXT_TO_INT_DEVICE_MAPPING.put() argument
3057 public static final int DEVICE_OUT_USB_DEVICE = AudioSystem.DEVICE_OUT_USB_DEVICE; field in AudioManager
192 AudioSystem.DEVICE_OUT_USB_DEVICE); in notifyDeviceState()
5067 } else if (device == AudioSystem.DEVICE_OUT_USB_DEVICE) { in sendDeviceConnectionIntent()