Home
last modified time | relevance | path

Searched refs:curOpenCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h39 curOpenCount(0), in IOProfile()
127 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
145 uint32_t curOpenCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp234 mProfile->curOpenCount++; in open()
266 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
267 __FUNCTION__, mProfile->curOpenCount); in close()
274 mProfile->curOpenCount--; in close()
DAudioOutputDescriptor.cpp446 mProfile->curOpenCount++; in open()
500 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
501 __FUNCTION__, mProfile->curOpenCount); in close()
507 mProfile->curOpenCount--; in close()
DIOProfile.cpp136 maxOpenCount, curOpenCount); in dump()