Searched refs:getFirstMapKey (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/frameworks/native/libs/cputimeinstate/ |
H A D | cputimeinstate.cpp | 319 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 D | testtimeinstate.cpp | 513 ASSERT_FALSE(getFirstMapKey(fd, &k)); in TEST_F()
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/ |
D | BpfSyscallWrappers.h | 116 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey() function
|
/aosp_15_r20/packages/modules/Connectivity/bpf/syscall_wrappers/include/ |
D | BpfSyscallWrappers.h | 113 inline int getFirstMapKey(const borrowed_fd& map_fd, void* firstKey) { in getFirstMapKey() function
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/bpf/ |
D | BpfMap.h | 82 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()
|
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/bpf/ |
D | BpfMap.h | 82 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()
|