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.h41 curOpenCount(0), in IOProfile()
161 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
179 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.cpp127 maxOpenCount, curOpenCount); in dump()
DAudioOutputDescriptor.cpp527 mProfile->curOpenCount++; in open()
592 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
593 __FUNCTION__, mProfile->curOpenCount); in close()
594 mProfile->curOpenCount--; in close()