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()
126 generateAudioMixPortConfigs(getInputMixPorts(false /*connectedOnly*/), true, false); in getPortConfigsForMixPorts()
DModuleConfig.cpp177 std::vector<AudioPort> ModuleConfig::getInputMixPorts(bool connectedOnly) const { in getInputMixPorts() function in ModuleConfig
DVtsHalAudioCoreModuleTargetTest.cpp3475 const auto ports = moduleConfig->getInputMixPorts(true /*connectedOnly*/); in TEST_P()
3521 const auto ports = moduleConfig->getInputMixPorts(connectedOnly); in TEST_P()
3550 const auto ports = moduleConfig->getInputMixPorts(connectedOnly); in TEST_P()