Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1582 std::vector<AudioPort> allPorts; in TEST_P() local
1583 ASSERT_IS_OK(module->getAudioPorts(&allPorts)); in TEST_P()
1584 const auto allPortsIt = findById(allPorts, connectedPortId); in TEST_P()
1585 EXPECT_NE(allPorts.end(), allPortsIt); in TEST_P()
1586 if (allPortsIt != allPorts.end()) { in TEST_P()
1963 std::vector<AudioPort> allPorts; in Capture() local
1964 ASSERT_IS_OK(module->getAudioPorts(&allPorts)); in Capture()
1965 ASSERT_NO_FATAL_FAILURE(GetAllRoutedPorts(routes, allPorts)); in Capture()
1990 std::vector<AudioPort>& allPorts) { in GetAllRoutedPorts() argument
1994 const auto srcPortIt = findById(allPorts, srcPortId); in GetAllRoutedPorts()
[all …]