Home
last modified time | relevance | path

Searched refs:TYPE_PLAYBACK (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaManager.java84 public static final int TYPE_PLAYBACK = 1; field in UsbAlsaManager.AlsaDevice
251 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()