Searched refs:curOpenCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioInputDescriptor.cpp | 253 mProfile->curOpenCount++; in open() 296 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close() 297 __FUNCTION__, mProfile->curOpenCount); in close() 299 mProfile->curOpenCount--; in close() 300 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close() 302 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
|
D | IOProfile.cpp | 29 curOpenCount(0), in IOProfile() 250 spaces - 2, "", maxOpenCount, curOpenCount); in dump()
|
D | AudioOutputDescriptor.cpp | 669 mProfile->curOpenCount++; in open() 730 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close() 731 __FUNCTION__, mProfile->curOpenCount); in close() 732 mProfile->curOpenCount--; in close()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 211 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo() 231 uint32_t curOpenCount; variable
|