Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp2025 std::vector<AudioPort> externalDevicePorts = moduleConfig->getExternalDevicePorts(); in TEST_P() local
2026 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() local
2054 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() local
2083 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 …]