Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp186 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openExclusiveEndpoint()
234 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openSharedEndpoint()
255 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()
278 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()
DAAudioServiceEndpoint.h96 void setOpenCount(int32_t count) { in setOpenCount() function