Lines Matching refs:burstContext
81 V1_0::ErrorStatus status, const sp<IBurstContext>& burstContext) { in executionBurstResultCallback() argument
84 if (burstContext == nullptr) { in executionBurstResultCallback()
88 return burstContext; in executionBurstResultCallback()
118 void Burst::MemoryCache::setBurstContext(sp<IBurstContext> burstContext) { in setBurstContext() argument
120 mBurstContext = std::move(burstContext); in setBurstContext()
272 auto burstContext = NN_TRY(cb.take()); in create() local
273 memoryCache->setBurstContext(burstContext); in create()
276 auto deathHandler = NN_TRY(neuralnetworks::utils::DeathHandler::create(burstContext)); in create()
283 std::move(resultChannelReceiver), std::move(burstCallback), std::move(burstContext), in create()
290 sp<ExecutionBurstCallback> callback, sp<IBurstContext> burstContext, in Burst() argument
297 mBurstContext(std::move(burstContext)), in Burst()