Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp253 mProfile->curOpenCount++; in open()
296 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
297 __FUNCTION__, mProfile->curOpenCount); in close()
299 mProfile->curOpenCount--; in close()
300 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close()
302 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
DIOProfile.cpp29 curOpenCount(0), in IOProfile()
250 spaces - 2, "", maxOpenCount, curOpenCount); in dump()
DAudioOutputDescriptor.cpp669 mProfile->curOpenCount++; in open()
730 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
731 __FUNCTION__, mProfile->curOpenCount); in close()
732 mProfile->curOpenCount--; in close()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h211 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
231 uint32_t curOpenCount; variable