Searched refs:TYPE_CAPTURE (Results 1 – 1 of 1) sorted by relevance
85 public static final int TYPE_CAPTURE = 2; field in UsbAlsaManager.AlsaDevice253 type = AlsaDevice.TYPE_CAPTURE; in alsaFileAdded()264 if (type == AlsaDevice.TYPE_PLAYBACK || type == AlsaDevice.TYPE_CAPTURE) { in alsaFileAdded()328 if (hasCapture && (waitForAlsaDevice(card, device, AlsaDevice.TYPE_CAPTURE) == null)) { in selectAudioCard()