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()
134 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo()
152 uint32_t curActiveCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp244 ALOGI("%s mProfile->curActiveCount %d", __func__, mProfile->curActiveCount); in start()
247 mProfile->curActiveCount++; in start()
255 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()
257 __func__, mProfile->curActiveCount); in stop()
258 mProfile->curActiveCount--; in stop()
272 mProfile->curActiveCount--; in close()
DAudioOutputDescriptor.cpp470 mProfile->curActiveCount++; in start()
484 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop()
486 __func__, mProfile->curActiveCount); in stop()
487 mProfile->curActiveCount--; in stop()
505 mProfile->curActiveCount--; in close()
DIOProfile.cpp139 maxActiveCount, curActiveCount); in dump()