Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp76 result << " ExclusiveFoundCount: " << mExclusiveFoundCount << "\n"; in dump()
113 mExclusiveFoundCount++; in findExclusiveEndpoint_l()
DAAudioEndpointManager.h92 int32_t mExclusiveFoundCount = 0; // number of times we FOUND an exclusive endpoint variable