Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAudioDevice.java43 boolean hasPlayback, boolean hasCapture, int deviceClass) { in UsbAudioDevice() argument
47 mHasCapture = hasCapture; in UsbAudioDevice()
DUsbAlsaManager.java311 boolean hasCapture = mDevicesParser.hasCaptureDevices(card); in selectAudioCard()
313 Slog.d(TAG, "usb: hasPlayback:" + hasPlayback + " hasCapture:" + hasCapture); in selectAudioCard()
328 if (hasCapture && (waitForAlsaDevice(card, device, AlsaDevice.TYPE_CAPTURE) == null)) { in selectAudioCard()
333 new UsbAudioDevice(card, device, hasPlayback, hasCapture, deviceClass); in selectAudioCard()