Home
last modified time | relevance | path

Searched refs:getClientCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp180 if (getClientCount() == 0) { in isSoundTrigger()
532 if (getClientCount() != 0) { in dump()
533 dst->appendFormat("%*sAudioRecord Clients (%zu):\n", spaces, "", getClientCount()); in dump()
DAudioOutputDescriptor.cpp302 if (getClientCount() != 0) { in dump()
303 dst->appendFormat("%*s- AudioTrack clients (%zu):\n", spaces - 2, "", getClientCount()); in dump()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h342 size_t getClientCount() const { in getClientCount() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2941 if (outputDesc->mPendingReopenToQueryProfiles && outputDesc->getClientCount() == 0) { in releaseOutput()
3557 if (inputDesc->getClientCount() > 0) { in releaseInput()
3558 ALOGV("%s(%d) %zu clients remaining", __func__, portId, inputDesc->getClientCount()); in releaseInput()
7596 if (desc->isDuplicated() || desc->getClientCount() == 0) { in checkOutputForAttributes()