Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp253 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint() local
254 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()
257 if (newRefCount <= 0) { in closeExclusiveEndpoint()
276 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint() local
277 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()
280 if (newRefCount <= 0) { in closeSharedEndpoint()