Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp185 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openExclusiveEndpoint()
233 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openSharedEndpoint()
254 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()
277 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()
DAAudioServiceEndpoint.h103 void setOpenCount(int32_t count) { in setOpenCount() function