Searched refs:hasCapture (Results 1 – 2 of 2) sorted by relevance
52 boolean hasPlayback, boolean hasCapture, boolean hasMidi) { in AudioDevice() argument56 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()
4995 boolean hasCapture = intent.getBooleanExtra("hasCapture", false); in onReceive()5008 if (hasCapture) { in onReceive()