Home
last modified time | relevance | path

Searched refs:supportsDeviceTypes (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h106 bool supportsDeviceTypes(const DeviceTypeSet& deviceTypes) const in supportsDeviceTypes() function
121 if (supportsDeviceTypes(deviceTypes)) { in getTag()
139 return supportsDeviceTypes(DeviceTypeSet({device->type()}));
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp292 if (profile->supportsDeviceTypes({type})) { in getModuleForDeviceType()
DAudioOutputDescriptor.cpp783 if (outputProfile->supportsDeviceTypes(getAudioDeviceOutAllA2dpSet())) { in isA2dpOffloadedOnPrimary()