Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
DRtNetlinkNeighborMessageTest.java157 final int ndm_refcnt = neighMsg.getCacheInfo().ndm_refcnt; in testParseRtmGetNeighResponse()
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DRtNetlinkNeighborMessage.java177 public StructNdaCacheInfo getCacheInfo() { in getCacheInfo() method in RtNetlinkNeighborMessage
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h734 const CacheInfo* getCacheInfo() const { return mCacheInfo; } in getCacheInfo() function
DExecutionPlan.cpp835 return compile(*mDevice, mStepModel, executionPreference, priority, {}, *mPlan->getCacheInfo(), in finishStepModel()