Lines Matching refs:ports
214 std::vector<struct audio_port_v7> ports; in TEST_F() local
219 status_t status = listAudioPorts(ports); in TEST_F()
221 if (ports.empty()) { in TEST_F()
226 for (const auto& port : ports) { in TEST_F()
264 std::vector<struct audio_port_v7> ports; in TEST_F() local
275 status = listAudioPorts(ports); in TEST_F()
277 if (ports.empty()) { in TEST_F()
282 for (const auto& port : ports) { in TEST_F()
322 std::vector<struct audio_port_v7> ports; in TEST_F() local
323 status_t status = listAudioPorts(ports); in TEST_F()
325 for (const auto& port : ports) { in TEST_F()
369 std::vector<struct audio_port_v7> ports; in TEST_F() local
370 status_t status = listAudioPorts(ports); in TEST_F()
374 for (const auto& port : ports) { in TEST_F()
464 std::vector<struct audio_port_v7> ports; in TEST_F() local
465 status_t status = listAudioPorts(ports); in TEST_F()
468 if (ports.empty()) { in TEST_F()
474 for (const auto& port : ports) { in TEST_F()
663 std::vector<media::AudioPortFw> ports; in TEST_F() local
664 ASSERT_EQ(OK, AudioSystem::listDeclaredDevicePorts(media::AudioPortRole::NONE, &ports)); in TEST_F()
665 if (ports.empty()) { in TEST_F()
674 for (const auto& port : ports) { in TEST_F()