Home
last modified time | relevance | path

Searched refs:getCacheInfo (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DRtNetlinkNeighborMessageTest.java153 final int ndm_refcnt = neighMsg.getCacheInfo().ndm_refcnt; in testParseRtmGetNeighResponse()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkNeighborMessage.java187 public StructNdaCacheInfo getCacheInfo() { in getCacheInfo() method in RtNetlinkNeighborMessage
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h734 const CacheInfo* getCacheInfo() const { return mCacheInfo; } in getCacheInfo() function
DExecutionPlan.cpp875 return compile(*mDevice, mStepModel, executionPreference, priority, {}, *mPlan->getCacheInfo(), in finishStepModel()