Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp516 sp<IBurstContext> burstContext; in create() local
519 [&errorStatus, &burstContext](V1_0::ErrorStatus status, in create()
522 burstContext = context; in create()
536 if (burstContext == nullptr) { in create()
553 const hardware::Return<bool> deathHandlerRet = burstContext->linkToDeath(deathHandler, 0); in create()
562 burstContext, callback, deathHandler); in create()
568 const sp<IBurstContext>& burstContext, const sp<ExecutionBurstCallback>& callback, in ExecutionBurstController() argument
572 mBurstContext(burstContext), in ExecutionBurstController()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h300 const sp<hardware::neuralnetworks::V1_2::IBurstContext>& burstContext,