Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h43 curActiveCount(0) {} in IOProfile()
168 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo()
186 uint32_t curActiveCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp262 ALOGI("%s mProfile->curActiveCount %d", __func__, mProfile->curActiveCount); in start()
265 mProfile->curActiveCount++; in start()
273 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()
275 __func__, mProfile->curActiveCount); in stop()
276 mProfile->curActiveCount--; in stop()
299 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close()
301 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
DIOProfile.cpp129 maxActiveCount, curActiveCount); in dump()
DAudioOutputDescriptor.cpp551 mProfile->curActiveCount++; in start()
565 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()
567 __func__, mProfile->curActiveCount); in stop()
568 mProfile->curActiveCount--; in stop()