Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp78 result << " ExclusiveCloseCount: " << mExclusiveCloseCount << "\n"; in dump()
264 mExclusiveCloseCount++; in closeExclusiveEndpoint()
DAAudioEndpointManager.h94 int32_t mExclusiveCloseCount = 0; // number of times we CLOSED an exclusive endpoint variable