Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp206 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openExclusiveEndpoint()
256 endpoint->setOpenCount(endpoint->getOpenCount() + 1); in openSharedEndpoint()
277 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()
300 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()
DAAudioServiceEndpoint.h104 void setOpenCount(int32_t count) { in setOpenCount() function