Searched refs:getClientCount (Results 1 – 4 of 4) sorted by relevance
179 if (getClientCount() == 0) { in isSoundTrigger()528 if (getClientCount() != 0) { in dump()529 dst->appendFormat("%*sAudioRecord Clients (%zu):\n", spaces, "", getClientCount()); in dump()
295 if (getClientCount() != 0) { in dump()296 dst->appendFormat("%*s- AudioTrack clients (%zu):\n", spaces - 2, "", getClientCount()); in dump()
342 size_t getClientCount() const { in getClientCount() function
2799 if (outputDesc->mPendingReopenToQueryProfiles && outputDesc->getClientCount() == 0) { in releaseOutput()3321 if (inputDesc->getClientCount() > 0) { in releaseInput()3322 ALOGV("%s(%d) %zu clients remaining", __func__, portId, inputDesc->getClientCount()); in releaseInput()