Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h272 int32_t getSlotLocked(const hardware::hidl_memory& memory, intptr_t key);
/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp433 slots.push_back(getSlotLocked(memories[i], keys[i])); in getSlots()
453 int32_t ExecutionBurstController::ExecutionBurstCallback::getSlotLocked( in getSlotLocked() function in android::nn::ExecutionBurstController::ExecutionBurstCallback