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.h41 curActiveCount(0) {} in IOProfile()
159 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo()
177 uint32_t curActiveCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp250 ALOGI("%s mProfile->curActiveCount %d", __func__, mProfile->curActiveCount); in start()
253 mProfile->curActiveCount++; in start()
261 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()
263 __func__, mProfile->curActiveCount); in stop()
264 mProfile->curActiveCount--; in stop()
287 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close()
289 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
DIOProfile.cpp125 maxActiveCount, curActiveCount); in dump()
DAudioOutputDescriptor.cpp532 mProfile->curActiveCount++; in start()
546 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()
548 __func__, mProfile->curActiveCount); in stop()
549 mProfile->curActiveCount--; in stop()