Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/cputimeinstate/
H A Dcputimeinstate.cpp307 if (errno != ENOENT || getFirstMapKey(gTisMapFd, &key)) return {}; in getUidCpuFreqTimes()
358 if (getFirstMapKey(gTisMapFd, &key)) { in getUidsUpdatedCpuFreqTimes()
418 if (errno != ENOENT || getFirstMapKey(gConcurrentMapFd, &key)) return {}; in getUidConcurrentTimes()
468 if (getFirstMapKey(gConcurrentMapFd, &key)) { in getUidsUpdatedConcurrentTimes()
652 if (getFirstMapKey(gTisMapFd, &key) != 0) { in getAggregatedTaskCpuFreqTimes()
H A Dtesttimeinstate.cpp500 ASSERT_FALSE(getFirstMapKey(fd, &k)); in TEST()
/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h89 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey() function
/aosp12/system/bpf/libbpf_android/include/bpf/
H A DBpfMap.h66 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()