Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp210 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openExclusiveEndpoint()
260 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openSharedEndpoint()
281 const int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint()
304 const int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint()
DAAudioServiceEndpoint.h117 int32_t getOpenCount() const { in getOpenCount() function