Searched refs:MsdAudioPatchCountSpecification (Results 1 – 1 of 1) sorted by relevance
453 using MsdAudioPatchCountSpecification = std::tuple<size_t, std::string>; typedef456 public ::testing::WithParamInterface<MsdAudioPatchCountSpecification> {482 MsdAudioPatchCountSpecification(2u, "single"),483 MsdAudioPatchCountSpecification(3u, "dual")485 [](const ::testing::TestParamInfo<MsdAudioPatchCountSpecification> &info) { in __anon25e8343b0302()