Home
last modified time | relevance | path

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

/frameworks/native/libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/
Dcputimeinstate_fuzzer.cpp48 [&]() { getUidsUpdatedConcurrentTimes(&lastUpdate); }, in LLVMFuzzerTestOneInput()
/frameworks/base/core/jni/
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()
/frameworks/native/libs/cputimeinstate/
Dcputimeinstate.h43 getUidsUpdatedConcurrentTimes(uint64_t *lastUpdate);
Dtesttimeinstate.cpp264 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
282 auto map1 = getUidsUpdatedConcurrentTimes(&lastUpdate); in TEST_F()
294 auto map2 = getUidsUpdatedConcurrentTimes(&lastUpdate); in TEST_F()
317 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
432 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST_F()
Dcputimeinstate.cpp471 return getUidsUpdatedConcurrentTimes(nullptr); in getUidsConcurrentTimes()
478 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsUpdatedConcurrentTimes( in getUidsUpdatedConcurrentTimes() function