Searched refs:mCacheInfo (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | RtNetlinkNeighborMessage.java | 91 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/ |
D | CompilationBuilder.cpp | 69 mPlan.setCaching(&mCacheInfo, mToken); in finish() 136 mCacheInfo.variant = std::move(path); in setCaching() 180 mCacheInfo.variant = CacheHandles{ in setCachingFromFds()
|
D | ExecutionPlan.h | 731 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
|
D | CompilationBuilder.h | 135 CacheInfo mCacheInfo; variable
|
D | ExecutionPlan.cpp | 1145 int n = compile(*mDevice, *mModel, executionPreference, priority, deadline, *mCacheInfo, in finish() 1941 mBody = new SimpleBody(device, model, mCacheInfo, mToken); in becomeSingleStep()
|