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()
152 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
170 uint32_t curOpenCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp240 mProfile->curOpenCount++; in open()
283 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
284 __FUNCTION__, mProfile->curOpenCount); in close()
286 mProfile->curOpenCount--; in close()
287 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close()
289 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
DIOProfile.cpp123 maxOpenCount, curOpenCount); in dump()
DAudioOutputDescriptor.cpp508 mProfile->curOpenCount++; in open()
573 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close()
574 __FUNCTION__, mProfile->curOpenCount); in close()
575 mProfile->curOpenCount--; in close()