Searched refs:getUidsUpdatedConcurrentTimes (Results 1 – 4 of 4) sorted by relevance
95 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidActiveTimeBpfMapReader_readBpfData()128 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidClusterTimeBpfMapReader_readBpfData()
251 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()
43 getUidsUpdatedConcurrentTimes(uint64_t *lastUpdate);
456 return getUidsUpdatedConcurrentTimes(nullptr); in getUidsConcurrentTimes()463 std::optional<std::unordered_map<uint32_t, concurrent_time_t>> getUidsUpdatedConcurrentTimes( in getUidsUpdatedConcurrentTimes() function