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