Searched refs:curOpenCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | IOProfile.h | 41 curOpenCount(0), in IOProfile() 161 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo() 179 uint32_t curOpenCount; variable
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioInputDescriptor.cpp | 252 mProfile->curOpenCount++; in open() 295 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close() 296 __FUNCTION__, mProfile->curOpenCount); in close() 298 mProfile->curOpenCount--; in close() 299 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < mProfile->curActiveCount, in close() 301 __func__, mId, mProfile->curOpenCount, mProfile->curActiveCount); in close()
|
D | IOProfile.cpp | 127 maxOpenCount, curOpenCount); in dump()
|
D | AudioOutputDescriptor.cpp | 527 mProfile->curOpenCount++; in open() 592 LOG_ALWAYS_FATAL_IF(mProfile->curOpenCount < 1, "%s profile open count %u", in close() 593 __FUNCTION__, mProfile->curOpenCount); in close() 594 mProfile->curOpenCount--; in close()
|