Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A DAudioPolicyManagerTestClient.h107 size_t getActivePatchesCount() const { return mActivePatches.size(); } in getActivePatchesCount() function
H A Daudiopolicymanager_tests.cpp97 mInitialCount{mClient->getActivePatchesCount()} {}
99 size_t currentCount = mClient->getActivePatchesCount(); in deltaFromSnapshot()