Home
last modified time | relevance | path

Searched defs:devicePort (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/7.1/
DAudioPrimaryHidlHalTest.cpp33 AudioPort devicePort; in TEST_P() local
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.cpp135 const auto& devicePort = std::find_if( in getDeviceAddressOfDevicePort() local
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp112 const auto& devicePort = port.ext.get<AudioPortExt::Tag::device>(); in ModuleConfig() local
478 for (const auto& devicePort : ports) { in generateAudioDevicePortConfigs() local
DVtsHalAudioCoreModuleTargetTest.cpp1347 const auto& devicePort = port.ext.get<AudioPortExt::Tag::device>(); in TEST_P() local
1697 const auto& devicePort = port.ext.get<AudioPortExt::Tag::device>(); in TEST_P() local
/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp230 auto& devicePort = audioPort.ext.get<AudioPortExt::Tag::device>(); in getDeviceProfile() local
/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp613 Return<Result> Device::setConnectedState_7_1(const AudioPort& devicePort, bool connected) { in openOutputStreamImpl()