Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h59 bool hasSupportedDevices() const { return !mSupportedDevices.isEmpty(); } in hasSupportedDevices() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp209 ALOGW_IF(!profile->hasSupportedDevices(), "load%s() invalid supported devices", in loadHwModuleProfile()
211 if (profile->hasSupportedDevices()) { in loadHwModuleProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3208 if (!outProfile->hasSupportedDevices()) { in AudioPolicyManager()
3286 if (!inProfile->hasSupportedDevices()) { in AudioPolicyManager()