Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfMap.java249 return nativeFindMapEntry(mMapFd.getFd(), key.writeToBytes(), rawValue); in containsKey()
258 if (!nativeFindMapEntry(mMapFd.getFd(), key.writeToBytes(), rawValue)) return null; in getValue()
289 private native boolean nativeFindMapEntry(int fd, byte[] key, byte[] value) in nativeFindMapEntry() method in BpfMap