Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp100 size_t getActivePatchesCount() const { return mActivePatches.size(); } in getActivePatchesCount() function in AudioPolicyManagerTestClient
138 const size_t patchCountBefore = mClient->getActivePatchesCount(); in TEST_F()
165 ASSERT_EQ(patchCountBefore, mClient->getActivePatchesCount()); in TEST_F()
172 const size_t patchCountBefore = mClient->getActivePatchesCount(); in TEST_F()
193 ASSERT_EQ(patchCountBefore + 1, mClient->getActivePatchesCount()); in TEST_F()