Searched refs:mDeathRecipient (Results 1 – 5 of 5) 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()
462 token.linkToDeath(client.mDeathRecipient, 0 /* flags */); in getOrCreateProjectionReceiverClientLocked()475 token.unlinkToDeath(client.mDeathRecipient, 0); in unregisterProjectionReceiverClient()1053 private final DeathRecipient mDeathRecipient; field in CarProjectionService.ProjectionReceiverClient1057 mDeathRecipient = deathRecipient; in ProjectionReceiverClient()1063 + "mDeathRecipient=" + mDeathRecipient in toString()
96 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in VideoProviderProxy122 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0); in VideoProviderProxy()
185 private HwBinder.DeathRecipient mDeathRecipient = new SecureElementDeathRecipient(); field in Terminal258 mSEHal.linkToDeath(mDeathRecipient, 0); in initialize()340 mSEHal.unlinkToDeath(mDeathRecipient); in close()
143 private ArgumentCaptor<IBinder.DeathRecipient> mDeathRecipient; field in VmsClientManagerTest910 verify(mSubscriberBinder1).linkToDeath(mDeathRecipient.capture(), eq(0)); in testRemoveSubscriber_OnDeath()911 mDeathRecipient.getValue().binderDied(); in testRemoveSubscriber_OnDeath()