Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DContextMap.java84 private IBinder.DeathRecipient mDeathRecipient; field in ContextMap.App
132 mDeathRecipient = deathRecipient; in linkToDeath()
142 if (mDeathRecipient != null) { in unlinkToDeath()
145 binder.unlinkToDeath(mDeathRecipient, 0); in unlinkToDeath()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java447 token.linkToDeath(client.mDeathRecipient, 0 /* flags */); in getOrCreateProjectionReceiverClientLocked()
460 token.unlinkToDeath(client.mDeathRecipient, 0); in unregisterProjectionReceiverClient()
1044 private final DeathRecipient mDeathRecipient; field in CarProjectionService.ProjectionReceiverClient
1048 mDeathRecipient = deathRecipient; in ProjectionReceiverClient()
1054 + "mDeathRecipient=" + mDeathRecipient in toString()
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java155 private HwBinder.DeathRecipient mDeathRecipient = new SecureElementDeathRecipient(); field in Terminal
210 mSEHal.linkToDeath(mDeathRecipient, 0); in initialize()
290 mSEHal.unlinkToDeath(mDeathRecipient); in close()
/packages/services/Telecomm/src/com/android/server/telecom/
DVideoProviderProxy.java96 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in VideoProviderProxy
122 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0); in VideoProviderProxy()