Searched refs:DEVICE_OUT_ALL_USB (Results 1 – 2 of 2) sorted by relevance
411 public static final int DEVICE_OUT_ALL_USB = (DEVICE_OUT_USB_ACCESSORY | field in AudioSystem
5007 AudioSystem.DEVICE_OUT_ALL_USB | AudioSystem.DEVICE_OUT_LINE;5122 boolean isUsb = ((device & ~AudioSystem.DEVICE_OUT_ALL_USB) == 0) || in onSetWiredDeviceConnectionState()