Searched refs:getClientCount (Results 1 – 4 of 4) sorted by relevance
180 if (getClientCount() == 0) { in isSoundTrigger()532 if (getClientCount() != 0) { in dump()533 dst->appendFormat("%*sAudioRecord Clients (%zu):\n", spaces, "", getClientCount()); in dump()
302 if (getClientCount() != 0) { in dump()303 dst->appendFormat("%*s- AudioTrack clients (%zu):\n", spaces - 2, "", getClientCount()); in dump()
342 size_t getClientCount() const { in getClientCount() function
2941 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()