Searched refs:newRefCount (Results 1 – 1 of 1) sorted by relevance
254 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint() local255 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()258 if (newRefCount <= 0) { in closeExclusiveEndpoint()277 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint() local278 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()281 if (newRefCount <= 0) { in closeSharedEndpoint()