Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h114 bool supportsDevice(const sp<DeviceDescriptor> &device, bool forceCheckOnAddress = false) const
DAudioOutputDescriptor.h369 bool supportsDevice(const sp<DeviceDescriptor> &device) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp379 if (profile->supportsDevice(device, false /*matchAdress*/)) { in createDevice()
421 if (profile->supportsDevice(device, true /*matchAdress*/)) { in cleanUpForDevice()
DAudioOutputDescriptor.cpp307 bool SwAudioOutputDescriptor::supportsDevice(const sp<DeviceDescriptor> &device) const in supportsDevice() function in android::SwAudioOutputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4564 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()