Searched refs:deathMonitor (Results 1 – 3 of 3) sorted by relevance
2035 IBinder.DeathRecipient deathMonitor; field in ServiceDispatcher.ConnectionInfo2108 ci.binder.unlinkToDeath(ci.deathMonitor, 0); in doForget()2180 info.deathMonitor = new DeathMonitor(name, service); in doConnected()2182 service.linkToDeath(info.deathMonitor, 0); in doConnected()2197 old.binder.unlinkToDeath(old.deathMonitor, 0); in doConnected()2227 old.binder.unlinkToDeath(old.deathMonitor, 0); in doDeath()
2046 int uid, IBinder.DeathRecipient deathMonitor) {2050 mDeathMonitor = deathMonitor;
7320 Landroid/app/LoadedApk$ServiceDispatcher$ConnectionInfo;->deathMonitor:Landroid/os/IBinder$DeathRec…