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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h59 bool hasSupportedDevices() const { return !mSupportedDevices.isEmpty(); } function in class:android::IOProfile
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp209 ALOGW_IF(!profile->hasSupportedDevices(), "load%s() invalid supported devices",
211 if (profile->hasSupportedDevices()) {
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3526 if (!outProfile->hasSupportedDevices()) {
3604 if (!inProfile->hasSupportedDevices()) {

Completed in 75 milliseconds