Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/alsa/
DAlsaDevicesParser.java217 public boolean hasCaptureDevices() { in hasCaptureDevices() method in AlsaDevicesParser
221 public boolean hasCaptureDevices(int card) { in hasCaptureDevices() method in AlsaDevicesParser
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaManager.java311 boolean hasCapture = mDevicesParser.hasCaptureDevices(card); in selectAudioCard()