Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp75 result << " ExclusiveSearchCount: " << mExclusiveSearchCount << "\n"; in dump()
110 mExclusiveSearchCount++; in findExclusiveEndpoint_l()
DAAudioEndpointManager.h90 int32_t mExclusiveSearchCount = 0; // number of times we SEARCHED for an exclusive endpoint variable