Searched refs:hasPlayback (Results 1 – 2 of 2) sorted by relevance
52 boolean hasPlayback, boolean hasCapture, boolean hasMidi) { in AudioDevice() argument55 mHasPlayback = hasPlayback; in AudioDevice()154 boolean hasPlayback = devicesParser.hasPlaybackDevices(card); in deviceAdded()159 if (hasPlayback && in deviceAdded()172 "usb: hasPlayback:" + hasPlayback + " hasCapture:" + hasCapture); in deviceAdded()175 AudioDevice audioDevice = new AudioDevice(card, device, hasPlayback, hasCapture, hasMidi); in deviceAdded()
4994 boolean hasPlayback = intent.getBooleanExtra("hasPlayback", false); in onReceive()5002 if (hasPlayback) { in onReceive()