Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/cputimeinstate/
H A Dcputimeinstate.cpp319 if (errno != ENOENT || getFirstMapKey(gTisMapFd, &tmpKey)) return {}; in getUidCpuFreqTimes()
371 if (getFirstMapKey(gTisMapFd, &key)) { in getUidsUpdatedCpuFreqTimes()
433 if (errno != ENOENT || getFirstMapKey(gConcurrentMapFd, &tmpKey)) return {}; in getUidConcurrentTimes()
483 if (getFirstMapKey(gConcurrentMapFd, &key)) { in getUidsUpdatedConcurrentTimes()
667 if (getFirstMapKey(gTisMapFd, &key) != 0) { in getAggregatedTaskCpuFreqTimes()
H A Dtesttimeinstate.cpp513 ASSERT_FALSE(getFirstMapKey(fd, &k)); in TEST_F()
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h116 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey() function
/aosp_15_r20/packages/modules/Connectivity/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h113 inline int getFirstMapKey(const borrowed_fd& map_fd, void* firstKey) { in getFirstMapKey() function
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/bpf/
DBpfMap.h82 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/bpf/
DBpfMap.h82 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()