Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h106 audio_devices_t getSupportedDevicesType() const { return mSupportedDevices.types(); } in getSupportedDevicesType() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp279 return mProfile->getSupportedDevicesType(); in supportedDevices()
713 audio_devices_t devices = outputDesc->mProfile->getSupportedDevicesType(); in getSupportedDevices()
DAudioInputDescriptor.cpp358 audio_devices_t devices = inputDesc->mProfile->getSupportedDevicesType(); in getSupportedDevices()
DConfigParsingUtils.cpp214 profile->getSupportedDevicesType(), profile->getFlags()); in loadHwModuleProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp761 if ((mAvailableOutputDevices.types() & curProfile->getSupportedDevicesType()) == 0) { in getProfileForDirectOutput()
4010 audio_devices_t profileType = outProfile->getSupportedDevicesType(); in loadConfig()