Searched refs:mDeathMonitor (Results 1 – 3 of 3) sorted by relevance
208 private DeathMonitor mDeathMonitor; field in AsyncChannel452 mDeathMonitor = null; in disconnected()478 if (mConnection == null && mDstMessenger != null && mDeathMonitor!= null) { in disconnect()479 mDstMessenger.getBinder().unlinkToDeath(mDeathMonitor, 0); in disconnect()480 mDeathMonitor = null; in disconnect()888 if (mConnection == null && mDeathMonitor == null) { in linkToDeathMonitor()889 mDeathMonitor = new DeathMonitor(); in linkToDeathMonitor()891 mDstMessenger.getBinder().linkToDeath(mDeathMonitor, 0); in linkToDeathMonitor()893 mDeathMonitor = null; in linkToDeathMonitor()
993 holder.mCallback.asBinder().unlinkToDeath(holder.mDeathMonitor, 0);1812 cb.asBinder().linkToDeath(holder.mDeathMonitor, 0);1828 mControllerCallbackHolders.get(index).mDeathMonitor, 0);2043 private final IBinder.DeathRecipient mDeathMonitor;2050 mDeathMonitor = deathMonitor;
84498 Lcom/android/internal/util/AsyncChannel;->mDeathMonitor:Lcom/android/internal/util/AsyncChannel$Dea…