Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioEndpointManager.cpp276 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint() local
277 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()
280 if (newRefCount <= 0) { in closeExclusiveEndpoint()
299 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint() local
300 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()
303 if (newRefCount <= 0) { in closeSharedEndpoint()