Searched refs:allPorts (Results 1 – 1 of 1) sorted by relevance
1582 std::vector<AudioPort> allPorts; in TEST_P() local1583 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() local1964 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() argument1994 const auto srcPortIt = findById(allPorts, srcPortId); in GetAllRoutedPorts()[all …]