Searched refs:externalDevicePorts (Results 1 – 1 of 1) sorted by relevance
2025 std::vector<AudioPort> externalDevicePorts = moduleConfig->getExternalDevicePorts(); in TEST_P() local2026 if (externalDevicePorts.empty()) { in TEST_P()2029 for (const auto& port : externalDevicePorts) { in TEST_P()2053 std::vector<AudioPort> externalDevicePorts = moduleConfig->getExternalDevicePorts(); in TEST_P() local2054 if (externalDevicePorts.empty()) { in TEST_P()2057 for (const auto& port : externalDevicePorts) { in TEST_P()2082 std::vector<AudioPort> externalDevicePorts = moduleConfig->getExternalDevicePorts(); in TEST_P() local2083 if (externalDevicePorts.empty()) { in TEST_P()2086 for (const auto& port : externalDevicePorts) { in TEST_P()2829 const auto externalDevicePorts = moduleConfig->getExternalDevicePorts(); in SetUpDevicePort() local[all …]