Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstServer.h89 getCacheEntryLocked(int32_t slot) REQUIRES(mMutex);
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp81 results.push_back(NN_TRY(getCacheEntryLocked(slot))); in getCacheEntries()
128 ExecutionBurstServer::MemoryCache::getCacheEntryLocked(int32_t slot) { in getCacheEntryLocked() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer::MemoryCache