Searched refs:curActiveCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 43 curActiveCount(0) {} in IOProfile() 168 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo() 186 uint32_t curActiveCount; variable
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioInputDescriptor.cpp | 262 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()
|
D | IOProfile.cpp | 129 maxActiveCount, curActiveCount); in dump()
|
D | AudioOutputDescriptor.cpp | 551 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()
|