Searched refs:newRefCount (Results 1 – 1 of 1) sorted by relevance
276 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint() local277 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()280 if (newRefCount <= 0) { in closeExclusiveEndpoint()299 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint() local300 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()303 if (newRefCount <= 0) { in closeSharedEndpoint()