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