Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp77 result << " ExclusiveOpenCount: " << mExclusiveOpenCount << "\n"; in dump()
180 mExclusiveOpenCount++; in openExclusiveEndpoint()
DAAudioEndpointManager.h93 int32_t mExclusiveOpenCount = 0; // number of times we OPENED an exclusive endpoint variable