Searched refs:supportsDevice (Results 1 – 5 of 5) sorted by relevance
114 bool supportsDevice(const sp<DeviceDescriptor> &device, bool forceCheckOnAddress = false) const
369 bool supportsDevice(const sp<DeviceDescriptor> &device) const;
379 if (profile->supportsDevice(device, false /*matchAdress*/)) { in createDevice()421 if (profile->supportsDevice(device, true /*matchAdress*/)) { in cleanUpForDevice()
307 bool SwAudioOutputDescriptor::supportsDevice(const sp<DeviceDescriptor> &device) const in supportsDevice() function in android::SwAudioOutputDescriptor
4564 if (!desc->isDuplicated() && desc->supportsDevice(device) in checkOutputsForDevice()4576 if (profile->supportsDevice(device)) { in checkOutputsForDevice()4729 if (device_distinguishes_on_address(deviceType) && desc->supportsDevice(device) in checkOutputsForDevice()4743 if (profile->supportsDevice(device)) { in checkOutputsForDevice()4774 if (profile->supportsDevice(device)) { in checkInputsForDevice()4867 if (profile->supportsDevice(device)) { in checkInputsForDevice()