Home
last modified time | relevance | path

Searched defs:nextKey (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/net/common/native/bpf_headers/include/bpf/
DBpfMap.h92 Key nextKey; in getNextKey() local
256 const base::Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
271 const base::Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
287 const base::Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
302 const base::Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
/frameworks/libs/net/common/device/com/android/net/module/util/
DBpfMap.java265 @Nullable K nextKey = getFirstKey(); in forEach() local
316 private native boolean nativeGetNextMapKey(int fd, byte[] key, byte[] nextKey) in nativeGetNextMapKey()
/frameworks/libs/net/common/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp90 jint fd, jbyteArray key, jbyteArray nextKey) { in com_android_net_module_util_BpfMap_nativeGetNextMapKey()
/frameworks/libs/net/common/framework/com/android/net/module/util/
DDnsSdTxtRecord.java142 int count = 0, nextKey; in keyCount() local
/frameworks/base/media/java/android/media/
DSubtitleTrack.java543 private void nextKey() { in nextKey() method in EntryIterator