Searched refs:supportsDevice (Results 1 – 5 of 5) sorted by relevance
136 bool supportsDevice(const sp<DeviceDescriptor> &device, bool forceCheckOnAddress = false) const
390 bool supportsDevice(const sp<DeviceDescriptor> &device) const;
413 if (profile->supportsDevice(device, false /*matchAddress*/)) { in createDevice()454 if (profile->supportsDevice(device, true /*matchAdress*/)) { in cleanUpForDevice()
337 bool SwAudioOutputDescriptor::supportsDevice(const sp<DeviceDescriptor> &device) const in supportsDevice() function in android::SwAudioOutputDescriptor
1460 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()1466 outProfile->supportsDevice(sinkDevice)) { in getMsdProfiles()3198 if (profile->isDirectOutput() && profile->supportsDevice(device)) { in registerPolicyMixes()5366 if (!desc->isDuplicated() && desc->supportsDevice(device) in checkOutputsForDevice()5378 if (profile->supportsDevice(device)) { in checkOutputsForDevice()5458 if (device_distinguishes_on_address(deviceType) && desc->supportsDevice(device) in checkOutputsForDevice()5472 if (!profile->supportsDevice(device)) { in checkOutputsForDevice()5522 if (profile->supportsDevice(device)) { in checkInputsForDevice()5615 if (profile->supportsDevice(device)) { in checkInputsForDevice()7229 if (!profile->supportsDevice(device)) { in openOutputWithProfileAndDevice()