Lines Matching refs:ExecutionBurstController
355 Return<void> ExecutionBurstController::ExecutionBurstCallback::getMemories( in getMemories()
377 std::vector<int32_t> ExecutionBurstController::ExecutionBurstCallback::getSlots( in getSlots()
390 std::pair<bool, int32_t> ExecutionBurstController::ExecutionBurstCallback::freeMemory( in freeMemory()
405 int32_t ExecutionBurstController::ExecutionBurstCallback::getSlotLocked(const hidl_memory& memory, in getSlotLocked()
419 int32_t ExecutionBurstController::ExecutionBurstCallback::allocateSlotLocked() { in allocateSlotLocked()
437 std::unique_ptr<ExecutionBurstController> ExecutionBurstController::create( in create()
511 return std::make_unique<ExecutionBurstController>(requestChannelSender, resultChannelReceiver, in create()
515 ExecutionBurstController::ExecutionBurstController( in ExecutionBurstController() function in android::nn::ExecutionBurstController
526 ExecutionBurstController::~ExecutionBurstController() { in ~ExecutionBurstController()
536 std::tuple<ErrorStatus, std::vector<OutputShape>, Timing> ExecutionBurstController::compute( in compute()
544 ExecutionBurstController::tryCompute(const Request& request, MeasureTiming measure, in tryCompute()
573 void ExecutionBurstController::freeMemory(intptr_t key) { in freeMemory()