Searched refs:supportsDevice (Results 1 – 5 of 5) sorted by relevance
163 bool supportsDevice(const sp<DeviceDescriptor> &device, bool forceCheckOnAddress = false) const
436 bool supportsDevice(const sp<DeviceDescriptor> &device) const;
431 if (profile->supportsDevice(device, false /*matchAddress*/)) { in createDevice()472 if (profile->supportsDevice(device, true /*matchAdress*/)) { in cleanUpForDevice()
386 bool SwAudioOutputDescriptor::supportsDevice(const sp<DeviceDescriptor> &device) const in supportsDevice() function in android::SwAudioOutputDescriptor
1846 inProfile->supportsDevice(sourceDevice)) { in getMsdProfiles()1852 outProfile->supportsDevice(sinkDevice)) { in getMsdProfiles()3941 if (profile->isDirectOutput() && profile->supportsDevice(device)) { in registerPolicyMixes()4765 if (curProfile->supportsDevice(deviceDescriptor)) { in getSupportedMixerAttributes()6742 if (!desc->isDuplicated() && desc->supportsDevice(device) in checkOutputsForDevice()6754 if (profile->supportsDevice(device)) { in checkOutputsForDevice()6834 if (device_distinguishes_on_address(deviceType) && desc->supportsDevice(device) in checkOutputsForDevice()6848 if (!profile->supportsDevice(device)) { in checkOutputsForDevice()6906 if (profile->supportsDevice(device)) { in checkInputsForDevice()7000 if (profile->supportsDevice(device)) { in checkInputsForDevice()[all …]