Home
last modified time | relevance | path

Searched refs:mCacheInfo (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkNeighborMessage.java91 neighMsg.mCacheInfo = StructNdaCacheInfo.parse(nlAttr.getValueAsByteBuffer()); in parse()
160 private StructNdaCacheInfo mCacheInfo; field in RtNetlinkNeighborMessage
168 mCacheInfo = null; in RtNetlinkNeighborMessage()
188 return mCacheInfo; in getCacheInfo()
239 + "cacheinfo{" + (mCacheInfo == null ? "" : mCacheInfo.toString()) + "} " in toString()
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp69 mPlan.setCaching(&mCacheInfo, mToken); in finish()
136 mCacheInfo.variant = std::move(path); in setCaching()
180 mCacheInfo.variant = CacheHandles{ in setCachingFromFds()
DExecutionPlan.h731 mCacheInfo = cacheInfo; in setCaching()
734 const CacheInfo* getCacheInfo() const { return mCacheInfo; } in getCacheInfo()
851 : mDevice(device), mModel(model), mCacheInfo(cacheInfo), mToken(token) {} in SimpleBody()
868 const CacheInfo* mCacheInfo; member
999 const CacheInfo* mCacheInfo = nullptr; variable
DCompilationBuilder.h135 CacheInfo mCacheInfo; variable
DExecutionPlan.cpp1145 int n = compile(*mDevice, *mModel, executionPreference, priority, deadline, *mCacheInfo, in finish()
1941 mBody = new SimpleBody(device, model, mCacheInfo, mToken); in becomeSingleStep()