Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp94 result << " SharedFoundCount: " << mSharedFoundCount << "\n"; in dump()
131 mSharedFoundCount++; in findSharedEndpoint_l()
DAAudioEndpointManager.h97 int32_t mSharedFoundCount = 0; variable