Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelCpuUidBpfMapReader.cpp95 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidActiveTimeBpfMapReader_readBpfData()
128 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidClusterTimeBpfMapReader_readBpfData()
/aosp12/frameworks/native/libs/cputimeinstate/
H A Dtesttimeinstate.cpp251 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST()
269 auto map1 = getUidsUpdatedConcurrentTimes(&lastUpdate); in TEST()
281 auto map2 = getUidsUpdatedConcurrentTimes(&lastUpdate); in TEST()
304 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST()
419 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST()
H A Dcputimeinstate.h43 getUidsUpdatedConcurrentTimes(uint64_t *lastUpdate);
H A Dcputimeinstate.cpp456 return getUidsUpdatedConcurrentTimes(nullptr); in getUidsConcurrentTimes()
463 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsUpdatedConcurrentTimes( in getUidsUpdatedConcurrentTimes() function