Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioEndpointManager.cpp279 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeExclusiveEndpoint() local
302 int32_t newRefCount = serviceEndpoint->getOpenCount() - 1; in closeSharedEndpoint() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSensorPrivacyService.java1764 int newRefCount = deathRecipient.second + 1; in addDeathRecipient() local
1775 int newRefCount = deathRecipient.second - 1; in removeDeathRecipient() local