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