Home
last modified time | relevance | path

Searched refs:protectCallbackForLifetimeOfDeathHandler (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DProtectCallback.h90 void protectCallbackForLifetimeOfDeathHandler(IProtectedCallback* killable) const;
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DProtectCallback.cpp99 void DeathHandler::protectCallbackForLifetimeOfDeathHandler(IProtectedCallback* killable) const { in protectCallbackForLifetimeOfDeathHandler() function in android::hardware::neuralnetworks::utils::DeathHandler
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurst.cpp277 deathHandler.protectCallbackForLifetimeOfDeathHandler(requestChannelSender.get()); in create()
278 deathHandler.protectCallbackForLifetimeOfDeathHandler(resultChannelReceiver.get()); in create()