Home
last modified time | relevance | path

Searched refs:getInputMixPorts (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.h64 std::vector<aidl::android::media::audio::common::AudioPort> getInputMixPorts(
71 return isInput ? getInputMixPorts(connectedOnly) : getOutputMixPorts(connectedOnly); in getMixPorts()
117 generateAudioMixPortConfigs(getInputMixPorts(false /*connectedOnly*/), true, false); in getPortConfigsForMixPorts()
DModuleConfig.cpp175 std::vector<AudioPort> ModuleConfig::getInputMixPorts(bool connectedOnly) const { in getInputMixPorts() function in ModuleConfig
DVtsHalAudioCoreModuleTargetTest.cpp2762 const auto ports = moduleConfig->getInputMixPorts(true /*connectedOnly*/); in TEST_P()
2811 const auto ports = moduleConfig->getInputMixPorts(true /*connectedOnly*/); in TEST_P()
2834 const auto ports = moduleConfig->getInputMixPorts(true /*connectedOnly*/); in TEST_P()