Home
last modified time | relevance | path

Searched refs:deathMonitor (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp44 auto deathMonitor = static_cast<DeathMonitor*>(cookie); in serviceDied() local
45 deathMonitor->serviceDied(); in serviceDied()
66 auto deathMonitor = std::make_shared<DeathMonitor>(); in create() local
75 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() argument
87 kDeathMonitor(std::move(deathMonitor)) { in DeathHandler()
109 [deathMonitor = kDeathMonitor, killable] { deathMonitor->remove(killable); }); in protectCallback()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DProtectCallback.h72 std::shared_ptr<DeathMonitor> deathMonitor);