Searched refs:burstContext (Results 1 – 2 of 2) sorted by relevance
516 sp<IBurstContext> burstContext; in create() local519 [&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() argument572 mBurstContext(burstContext), in ExecutionBurstController()
300 const sp<hardware::neuralnetworks::V1_2::IBurstContext>& burstContext,