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.h40 curOpenCount(0), in IOProfile()
183 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
197 uint32_t curOpenCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp252 mProfile->curOpenCount++; in open()
295 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
296 __FUNCTION__, mProfile->curOpenCount); in close()
298 mProfile->curOpenCount--; in close()
299 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close()
301 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
DIOProfile.cpp138 spaces - 2, "", maxOpenCount, curOpenCount); in dump()
DAudioOutputDescriptor.cpp639 mProfile->curOpenCount++; in open()
704 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
705 __FUNCTION__, mProfile->curOpenCount); in close()
706 mProfile->curOpenCount--; in close()