Home
last modified time | relevance | path

Searched refs:getSlotLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/include/
DExecutionBurstController.h272 int32_t getSlotLocked(const hardware::hidl_memory& memory, intptr_t key);
/frameworks/ml/nn/common/
DExecutionBurstController.cpp422 slots.push_back(getSlotLocked(memories[i], keys[i])); in getSlots()
442 int32_t ExecutionBurstController::ExecutionBurstCallback::getSlotLocked(const hidl_memory& memory, in getSlotLocked() function in android::nn::ExecutionBurstController::ExecutionBurstCallback