Lines Matching refs:ExecutionBurstController
394 hardware::Return<void> ExecutionBurstController::ExecutionBurstCallback::getMemories( in getMemories()
416 std::vector<int32_t> ExecutionBurstController::ExecutionBurstCallback::getSlots( in getSlots()
430 std::pair<bool, int32_t> ExecutionBurstController::ExecutionBurstCallback::freeMemory( in freeMemory()
445 int32_t ExecutionBurstController::ExecutionBurstCallback::getSlotLocked( in getSlotLocked()
459 int32_t ExecutionBurstController::ExecutionBurstCallback::allocateSlotLocked() { in allocateSlotLocked()
477 std::unique_ptr<ExecutionBurstController> ExecutionBurstController::create( in create()
553 return std::make_unique<ExecutionBurstController>(requestChannelSender, resultChannelReceiver, in create()
557 ExecutionBurstController::ExecutionBurstController( in ExecutionBurstController() function in android::nn::ExecutionBurstController
568 ExecutionBurstController::~ExecutionBurstController() { in ~ExecutionBurstController()
587 ExecutionBurstController::compute(const V1_0::Request& request, V1_2::MeasureTiming measure, in compute()
623 void ExecutionBurstController::freeMemory(intptr_t key) { in freeMemory()