Searched refs:getHidlMemory (Results 1 – 8 of 8) sorted by relevance
304 const auto& hidlMemory = m->getHidlMemory(); in TEST_P()342 const auto& hidlMemory = m->getHidlMemory(); in TEST_P()366 const auto& hidlMemory = m->getHidlMemory(); in TEST_P()389 const auto& hidlMemory = m->getHidlMemory(); in TEST_P()
272 const hidl_memory& hidlMemory = memory->getHidlMemory(); in copyIBuffers()293 bool srcHasHidlMemory = src.getHidlMemory().valid(); in copyInternal()294 bool dstHasHidlMemory = dst.getHidlMemory().valid(); in copyInternal()302 return copyHidlMemoryToIBuffer(src.getHidlMemory(), dst.getIBuffer(), in copyInternal()305 return copyIBufferToHidlMemory(src.getIBuffer(), dst.getHidlMemory()); in copyInternal()
177 const hal::hidl_memory& getHidlMemory() const { return kHidlMemory; } in getHidlMemory() function179 virtual uint32_t getSize() const { return getHidlMemory().size(); } in getSize()
189 if (memory->getHidlMemory().valid() && offset == 0 && length == 0) { in setInputFromMemory()190 length = memory->getHidlMemory().size(); in setInputFromMemory()266 if (memory->getHidlMemory().valid() && offset == 0 && length == 0) { in setOutputFromMemory()267 length = memory->getHidlMemory().size(); in setOutputFromMemory()1180 n = copyIBufferToHidlMemory(memory->getIBuffer(), blobAhwb->getHidlMemory()); in computeOnCpuFallback()1199 n = copyHidlMemoryToIBuffer(memories[i]->getHidlMemory(), memory->getIBuffer(), {}); in computeOnCpuFallback()
908 [](const Memory* m) { return m->getHidlMemory(); }); in makeHidlModel()
113 const hal::hidl_memory& getHidlMemory() const;
291 const hidl_memory& getHidlMemory() const { return mHidlMemory; } in getHidlMemory() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl445 const hidl_memory& RunTimePoolInfo::getHidlMemory() const { in getHidlMemory() function in android::nn::RunTimePoolInfo446 return mImpl->getHidlMemory(); in getHidlMemory()
792 pool.hidlMemory(mMemoryCache[slot]->getHidlMemory()); in execute()