Searched refs:curActiveCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioInputDescriptor.cpp | 263 ALOGI("%s mProfile->curActiveCount %d", __func__, mProfile->curActiveCount); in start() 266 mProfile->curActiveCount++; in start() 274 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop() 276 __func__, mProfile->curActiveCount); in stop() 277 mProfile->curActiveCount--; in stop() 300 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close() 302 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
|
D | IOProfile.cpp | 30 curActiveCount(0) { in IOProfile() 252 spaces - 2, "", maxActiveCount, curActiveCount); in dump()
|
D | AudioOutputDescriptor.cpp | 693 mProfile->curActiveCount++; in start() 707 LOG_ALWAYS_FATAL_IF(mProfile->curActiveCount < 1, in stop() 709 __func__, mProfile->curActiveCount); in stop() 710 mProfile->curActiveCount--; in stop()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 218 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo() 234 uint32_t curActiveCount; variable
|