Searched refs:getStreamCount (Results 1 – 3 of 3) sorted by relevance
54 int32_t getStreamCount(pid_t pid);89 int32_t getStreamCount();
97 int32_t AAudioClientTracker::getStreamCount(pid_t pid) { in getStreamCount() function in AAudioClientTracker101 return it->second->getStreamCount(); in getStreamCount()164 int32_t AAudioClientTracker::NotificationClient::getStreamCount() { in getStreamCount() function in AAudioClientTracker::NotificationClient
126 int32_t count = AAudioClientTracker::getInstance().getStreamCount(pid); in openStream()