Searched refs:MsdAudioPatchCountSpecification (Results 1 – 1 of 1) sorted by relevance
367 using MsdAudioPatchCountSpecification = std::tuple<size_t, std::string>; typedef370 public ::testing::WithParamInterface<MsdAudioPatchCountSpecification> {395 MsdAudioPatchCountSpecification(1u, "single"),396 MsdAudioPatchCountSpecification(2u, "dual")398 [](const ::testing::TestParamInfo<MsdAudioPatchCountSpecification> &info) { in __anonfeff49a70202()