Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A DAudioPolicyManagerTestClient.h128 mRoutingUpdatedUpdateCount++; in onRoutingUpdated()
132 mRoutingUpdatedUpdateCount = 0; in resetRoutingUpdatedCounter()
136 return mRoutingUpdatedUpdateCount; } in getRoutingUpdatedCounter()
150 size_t mRoutingUpdatedUpdateCount = 0; variable