Searched refs:mDeathRecipient (Results 1 – 4 of 4) sorted by relevance
84 private IBinder.DeathRecipient mDeathRecipient; field in ContextMap.App132 mDeathRecipient = deathRecipient; in linkToDeath()142 if (mDeathRecipient != null) { in unlinkToDeath()145 binder.unlinkToDeath(mDeathRecipient, 0); in unlinkToDeath()
447 token.linkToDeath(client.mDeathRecipient, 0 /* flags */); in getOrCreateProjectionReceiverClientLocked()460 token.unlinkToDeath(client.mDeathRecipient, 0); in unregisterProjectionReceiverClient()1044 private final DeathRecipient mDeathRecipient; field in CarProjectionService.ProjectionReceiverClient1048 mDeathRecipient = deathRecipient; in ProjectionReceiverClient()1054 + "mDeathRecipient=" + mDeathRecipient in toString()
155 private HwBinder.DeathRecipient mDeathRecipient = new SecureElementDeathRecipient(); field in Terminal210 mSEHal.linkToDeath(mDeathRecipient, 0); in initialize()290 mSEHal.unlinkToDeath(mDeathRecipient); in close()
96 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in VideoProviderProxy122 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0); in VideoProviderProxy()