Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java1452 int newRefCount = deathRecipient.second + 1; in addDeathRecipient() local
1453 deathRecipient = new Pair<>(deathRecipient.first, newRefCount); in addDeathRecipient()
1463 int newRefCount = deathRecipient.second - 1; in removeDeathRecipient() local
1464 if (newRefCount == 0) { in removeDeathRecipient()
1469 deathRecipient = new Pair<>(deathRecipient.first, newRefCount); in removeDeathRecipient()