Searched refs:DEVICE_OUT_USB_DEVICE (Results 1 – 5 of 5) sorted by relevance
390 public static final int DEVICE_OUT_USB_DEVICE = 0x4000; field in AudioSystem420 DEVICE_OUT_USB_DEVICE |441 DEVICE_OUT_USB_DEVICE |604 case DEVICE_OUT_USB_DEVICE: in getOutputDeviceName()
282 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_OUT_USB_DEVICE, TYPE_USB_DEVICE); in INT_TO_EXT_DEVICE_MAPPING.put() argument328 EXT_TO_INT_DEVICE_MAPPING.put(TYPE_USB_DEVICE, AudioSystem.DEVICE_OUT_USB_DEVICE); in EXT_TO_INT_DEVICE_MAPPING.put() argument
3407 public static final int DEVICE_OUT_USB_DEVICE = AudioSystem.DEVICE_OUT_USB_DEVICE; field in AudioManager
196 : AudioSystem.DEVICE_OUT_USB_DEVICE); in notifyDeviceState()
5498 } else if (device == AudioSystem.DEVICE_OUT_USB_DEVICE|| in updateAudioRoutes()