Searched refs:hasCapture (Results 1 – 2 of 2) sorted by relevance
43 boolean hasPlayback, boolean hasCapture, int deviceClass) { in UsbAudioDevice() argument47 mHasCapture = hasCapture; in UsbAudioDevice()
311 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()