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/
DUsbAudioManager.java52 boolean hasPlayback, boolean hasCapture, boolean hasMidi) { in AudioDevice() argument
56 mHasCapture = hasCapture; in AudioDevice()
155 boolean hasCapture = devicesParser.hasCaptureDevices(card); in deviceAdded()
165 if (hasCapture && in deviceAdded()
172 "usb: hasPlayback:" + hasPlayback + " hasCapture:" + hasCapture); in deviceAdded()
175 AudioDevice audioDevice = new AudioDevice(card, device, hasPlayback, hasCapture, hasMidi); in deviceAdded()
/frameworks/base/media/java/android/media/
DAudioService.java4995 boolean hasCapture = intent.getBooleanExtra("hasCapture", false); in onReceive()
5008 if (hasCapture) { in onReceive()