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.h86 audio_devices_t getSupportedDevicesType() const { return mSupportedDevices.types(); } in getSupportedDevicesType() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp284 return mProfile->getSupportedDevicesType(); in supportedDevices()
530 audio_devices_t devices = outputDesc->mProfile->getSupportedDevicesType(); in getSupportedDevices()
DAudioInputDescriptor.cpp253 audio_devices_t devices = inputDesc->mProfile->getSupportedDevicesType(); in getSupportedDevices()
DConfigParsingUtils.cpp214 profile->getSupportedDevicesType(), profile->getFlags()); in loadHwModuleProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp652 if ((mAvailableOutputDevices.types() & curProfile->getSupportedDevicesType()) == 0) { in getProfileForDirectOutput()
3219 audio_devices_t profileType = outProfile->getSupportedDevicesType(); in AudioPolicyManager()