Searched refs:deathMonitor (Results 1 – 2 of 2) sorted by relevance
44 auto deathMonitor = static_cast<DeathMonitor*>(cookie); in serviceDied() local45 deathMonitor->serviceDied(); in serviceDied()66 auto deathMonitor = std::make_shared<DeathMonitor>(); in create() local75 object->asBinder().get(), deathRecipient.get(), deathMonitor.get())); in create()79 return DeathHandler(std::move(object), std::move(deathRecipient), std::move(deathMonitor)); in create()84 std::shared_ptr<DeathMonitor> deathMonitor) in DeathHandler() argument87 kDeathMonitor(std::move(deathMonitor)) { in DeathHandler()109 [deathMonitor = kDeathMonitor, killable] { deathMonitor->remove(killable); }); in protectCallback()
72 std::shared_ptr<DeathMonitor> deathMonitor);