Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp574 mDeathHandler(deathHandler) {} in ExecutionBurstController()
581 if (mDeathHandler) { in ~ExecutionBurstController()
582 mBurstContext->unlinkToDeath(mDeathHandler).isOk(); in ~ExecutionBurstController()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h340 const sp<hardware::hidl_death_recipient> mDeathHandler; variable