Home
last modified time | relevance | path

Searched refs:supportsDevice (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h136 bool supportsDevice(const sp<DeviceDescriptor> &device, bool forceCheckOnAddress = false) const
H A DAudioOutputDescriptor.h390 bool supportsDevice(const sp<DeviceDescriptor> &device) const;
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp413 if (profile->supportsDevice(device, false /*matchAddress*/)) { in createDevice()
454 if (profile->supportsDevice(device, true /*matchAdress*/)) { in cleanUpForDevice()
H A DAudioOutputDescriptor.cpp337 bool SwAudioOutputDescriptor::supportsDevice(const sp<DeviceDescriptor> &device) const in supportsDevice() function in android::SwAudioOutputDescriptor
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1460 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()