Home
last modified time | relevance | path

Searched refs:addSupportedDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h129 outProfile->addSupportedDevice(mDefaultOutputDevice); in setDefault()
135 inProfile->addSupportedDevice(defaultInputDevice); in setDefault()
DIOProfile.h136 void addSupportedDevice(const sp<DeviceDescriptor> &device) in addSupportedDevice() function
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp313 msdOutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpConfig()
321 msdCompressedOutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpConfig()
326 msdInputProfile->addSupportedDevice(mMsdInputDevice); in SetUpConfig()
337 primaryEncodedOutputProfile->addSupportedDevice(config->getDefaultOutputDevice()); in SetUpConfig()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp58 profile->addSupportedDevice(devDesc); in addOutputProfile()
126 profile->addSupportedDevice(devDesc); in addInputProfile()
388 profile->addSupportedDevice(device); in createDevice()