Searched refs:newRefCount (Results 1 – 2 of 2) sorted by relevance
281 const int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint() local282 serviceEndpoint->setOpenCount(newRefCount); in closeExclusiveEndpoint()285 if (newRefCount <= 0) { in closeExclusiveEndpoint()304 const int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint() local305 serviceEndpoint->setOpenCount(newRefCount); in closeSharedEndpoint()308 if (newRefCount <= 0) { in closeSharedEndpoint()
1788 int newRefCount = deathRecipient.second + 1; in addDeathRecipient() local1789 deathRecipient = new Pair<>(deathRecipient.first, newRefCount); in addDeathRecipient()1799 int newRefCount = deathRecipient.second - 1; in removeDeathRecipient() local1800 if (newRefCount == 0) { in removeDeathRecipient()1805 deathRecipient = new Pair<>(deathRecipient.first, newRefCount); in removeDeathRecipient()