Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DProtectCallback.cpp99 std::shared_ptr<DeathMonitor> deathMonitor; in create() local
102 deathMonitor = std::make_shared<DeathMonitor>(sCookieKeyCounter++); in create()
103 sCookies[deathMonitor->getCookieKey()] = deathMonitor; in create()
115 reinterpret_cast<void*>(deathMonitor->getCookieKey()))); in create()
119 return DeathHandler(std::move(object), std::move(deathRecipient), std::move(deathMonitor)); in create()
124 std::shared_ptr<DeathMonitor> deathMonitor) in DeathHandler() argument
127 kDeathMonitor(std::move(deathMonitor)) { in DeathHandler()
150 [deathMonitor = kDeathMonitor, killable] { deathMonitor->remove(killable); }); in protectCallback()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DProtectCallback.h102 std::shared_ptr<DeathMonitor> deathMonitor);