Home
last modified time | relevance | path

Searched refs:getOpenCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp171 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openExclusiveEndpoint()
219 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openSharedEndpoint()
239 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint()
261 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint()
DAAudioServiceEndpoint.h91 int32_t getOpenCount() const { in getOpenCount() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSession.h92 uint32_t getOpenCount() const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp59 return mSessions.getOpenCount(); in getOpenRefCount()
DAudioSession.cpp204 uint32_t AudioSessionCollection::getOpenCount() const in getOpenCount() function in android::AudioSessionCollection