Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp75 profile->addSupportedDevice(devDesc); in addOutputProfile()
145 profile->addSupportedDevice(devDesc); in addInputProfile()
440 profile->addSupportedDevice(device); in createDevice()
DAudioPolicyConfig.cpp314 outProfile->addSupportedDevice(mDefaultOutputDevice); in setDefault()
320 inProfile->addSupportedDevice(defaultInputDevice); in setDefault()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h189 void addSupportedDevice(const sp<DeviceDescriptor> &device) in addSupportedDevice() function
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp518 spdifOutputProfile->addSupportedDevice(mSpdifDevice); in SetUpManagerConfig()
530 msdOutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpManagerConfig()
537 msdCompressedOutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpManagerConfig()
542 msdIec958OutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpManagerConfig()
547 msdInputProfile->addSupportedDevice(mMsdInputDevice); in SetUpManagerConfig()
558 primaryEncodedOutputProfile->addSupportedDevice(mConfig->getDefaultOutputDevice()); in SetUpManagerConfig()
565 primaryEncodedOutputProfile->addSupportedDevice(mSpdifDevice); in SetUpManagerConfig()
577 hdmiInputProfile->addSupportedDevice(mHdmiInputDevice); in SetUpManagerConfig()