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.h133 bool supportsDeviceTypes(const DeviceTypeSet& deviceTypes) const in supportsDeviceTypes() function
148 if (supportsDeviceTypes(deviceTypes)) { in getTag()
166 return supportsDeviceTypes(DeviceTypeSet({device->type()}));
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp304 if (profile->supportsDeviceTypes({type})) { in getModuleForDeviceType()
DAudioOutputDescriptor.cpp945 if (outputProfile->supportsDeviceTypes(getAudioDeviceOutAllA2dpSet())) { in isA2dpOffloadedOnPrimary()