Searched refs:curOpenCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 39 curOpenCount(0), in IOProfile() 152 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo() 170 uint32_t curOpenCount; variable
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioInputDescriptor.cpp | 240 mProfile->curOpenCount++; in open() 283 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close() 284 __FUNCTION__, mProfile->curOpenCount); in close() 286 mProfile->curOpenCount--; in close() 287 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close() 289 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
|
D | IOProfile.cpp | 123 maxOpenCount, curOpenCount); in dump()
|
D | AudioOutputDescriptor.cpp | 508 mProfile->curOpenCount++; in open() 573 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close() 574 __FUNCTION__, mProfile->curOpenCount); in close() 575 mProfile->curOpenCount--; in close()
|