Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp572 mBurstContext(burstContext), in ExecutionBurstController()
582 mBurstContext->unlinkToDeath(mDeathHandler).isOk(); in ~ExecutionBurstController()
638 mBurstContext->freeMemory(slot).isOk(); in freeMemory()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h338 const sp<hardware::neuralnetworks::V1_2::IBurstContext> mBurstContext; variable