Lines Matching refs:ExecutionBurstController
399 hardware::Return<void> ExecutionBurstController::ExecutionBurstCallback::getMemories( in getMemories()
424 std::vector<int32_t> ExecutionBurstController::ExecutionBurstCallback::getSlots( in getSlots()
438 std::pair<bool, int32_t> ExecutionBurstController::ExecutionBurstCallback::freeMemory( in freeMemory()
453 int32_t ExecutionBurstController::ExecutionBurstCallback::getSlotLocked( in getSlotLocked()
467 int32_t ExecutionBurstController::ExecutionBurstCallback::allocateSlotLocked() { in allocateSlotLocked()
485 std::unique_ptr<ExecutionBurstController> ExecutionBurstController::create( in create()
561 return std::make_unique<ExecutionBurstController>(requestChannelSender, resultChannelReceiver, in create()
565 ExecutionBurstController::ExecutionBurstController( in ExecutionBurstController() function in android::nn::ExecutionBurstController
576 ExecutionBurstController::~ExecutionBurstController() { in ~ExecutionBurstController()
595 ExecutionBurstController::compute(const V1_0::Request& request, V1_2::MeasureTiming measure, in compute()
631 void ExecutionBurstController::freeMemory(intptr_t key) { in freeMemory()