Searched refs:burstContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/ |
D | ExecutionBurstController.cpp | 507 sp<IBurstContext> burstContext; in create() local 510 [&errorStatus, &burstContext](V1_0::ErrorStatus status, in create() 513 burstContext = context; in create() 527 if (burstContext == nullptr) { in create() 544 const Return<bool> deathHandlerRet = burstContext->linkToDeath(deathHandler, 0); in create() 553 burstContext, callback, deathHandler); in create() 559 const sp<IBurstContext>& burstContext, const sp<ExecutionBurstCallback>& callback, in ExecutionBurstController() argument 563 mBurstContext(burstContext), in ExecutionBurstController()
|
/frameworks/ml/nn/common/include/ |
D | ExecutionBurstController.h | 300 const sp<hardware::neuralnetworks::V1_2::IBurstContext>& burstContext,
|
/frameworks/ml/nn/runtime/test/ |
D | TestVersionedInterfaces.cpp | 408 const sp<MockBurstContext>& burstContext) { in makeConfigureExecutionBurst() argument 409 return [status, burstContext]( in makeConfigureExecutionBurst() 414 cb(status, burstContext); in makeConfigureExecutionBurst() 2214 const sp<MockBurstContext> burstContext = new MockBurstContext(); in TEST_F() local 2215 const auto ret = makeConfigureExecutionBurst(V1_0::ErrorStatus::NONE, burstContext); in TEST_F() 2230 const sp<MockBurstContext> burstContext = new MockBurstContext(); in TEST_F() local 2231 const auto ret = makeConfigureExecutionBurst(V1_0::ErrorStatus::NONE, burstContext); in TEST_F() 2511 const sp<MockBurstContext> burstContext = new MockBurstContext(); in TEST_F() local 2512 const auto ret = makeConfigureExecutionBurst(V1_0::ErrorStatus::GENERAL_FAILURE, burstContext); in TEST_F() 2527 const sp<MockBurstContext> burstContext = new MockBurstContext(); in TEST_F() local [all …]
|