Searched defs:getStreamCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/oboeservice/
H A DAAudioClientTracker.cpp91 int32_t AAudioClientTracker::getStreamCount(pid_t pid) { function in class:AAudioClientTracker
95 return it->second->getStreamCount();
144 int32_t AAudioClientTracker::NotificationClient::getStreamCount() { function in class:AAudioClientTracker::NotificationClient
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DShareCompat.java734 * {@link #getStream(int)} and {@link #getStreamCount()} to retrieve the
746 * Index should be in the range [0-getStreamCount()).
763 throw new IndexOutOfBoundsException("Stream items available: " + getStreamCount()
774 public int getStreamCount() { method in class:ShareCompat.IntentReader

Completed in 82 milliseconds