Searched refs:DEVICE_OUT_USB_DEVICE (Results 1 – 5 of 5) sorted by relevance
312 public static final int DEVICE_OUT_USB_DEVICE = 0x4000; field in AudioSystem339 DEVICE_OUT_USB_DEVICE |357 DEVICE_OUT_USB_DEVICE);498 case DEVICE_OUT_USB_DEVICE: in getOutputDeviceName()
273 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_USB_DEVICE, TYPE_USB_DEVICE); in INT_TO_EXT_DEVICE_MAPPING.put() argument315 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_USB_DEVICE, AudioSystem.DEVICE_OUT_USB_DEVICE); in EXT_TO_INT_DEVICE_MAPPING.put() argument
2940 public static final int DEVICE_OUT_USB_DEVICE = AudioSystem.DEVICE_OUT_USB_DEVICE; field in AudioManager
192 AudioSystem.DEVICE_OUT_USB_DEVICE); in notifyDeviceState()
4831 } else if (device == AudioSystem.DEVICE_OUT_USB_DEVICE) { in sendDeviceConnectionIntent()