Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1331 std::vector<AudioPatch> allPatches; in VerifyAgainstAllPatches() local
1332 ASSERT_IS_OK(module->getAudioPatches(&allPatches)); in VerifyAgainstAllPatches()
1333 const auto& patchIt = findById(allPatches, getId()); in VerifyAgainstAllPatches()
1334 ASSERT_NE(patchIt, allPatches.end()) << "patch id " << getId(); in VerifyAgainstAllPatches()