Searched refs:newLastUpdate (Results 1 – 2 of 2) sorted by relevance
66 uint64_t newLastUpdate = lastUpdate; in KernelCpuUidFreqTimeBpfMapReader_readBpfData() local69 auto data = android::bpf::getUidsUpdatedCpuFreqTimes(&newLastUpdate); in KernelCpuUidFreqTimeBpfMapReader_readBpfData()81 lastUpdate = newLastUpdate; in KernelCpuUidFreqTimeBpfMapReader_readBpfData()92 uint64_t newLastUpdate = lastUpdate; in KernelCpuUidActiveTimeBpfMapReader_readBpfData() local95 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidActiveTimeBpfMapReader_readBpfData()106 lastUpdate = newLastUpdate; in KernelCpuUidActiveTimeBpfMapReader_readBpfData()125 uint64_t newLastUpdate = lastUpdate; in KernelCpuUidClusterTimeBpfMapReader_readBpfData() local128 auto data = android::bpf::getUidsUpdatedConcurrentTimes(&newLastUpdate); in KernelCpuUidClusterTimeBpfMapReader_readBpfData()140 lastUpdate = newLastUpdate; in KernelCpuUidClusterTimeBpfMapReader_readBpfData()
328 uint64_t *newLastUpdate) { in uidUpdatedSince() argument335 if (uidLastUpdate > *newLastUpdate) *newLastUpdate = uidLastUpdate; in uidUpdatedSince()366 uint64_t newLastUpdate = lastUpdate ? *lastUpdate : 0; in getUidsUpdatedCpuFreqTimes() local370 auto uidUpdated = uidUpdatedSince(key.uid, *lastUpdate, &newLastUpdate); in getUidsUpdatedCpuFreqTimes()391 if (lastUpdate && newLastUpdate > *lastUpdate) *lastUpdate = newLastUpdate; in getUidsUpdatedCpuFreqTimes()479 uint64_t newLastUpdate = lastUpdate ? *lastUpdate : 0; in getUidsUpdatedConcurrentTimes() local483 auto uidUpdated = uidUpdatedSince(key.uid, *lastUpdate, &newLastUpdate); in getUidsUpdatedConcurrentTimes()520 if (lastUpdate && newLastUpdate > *lastUpdate) *lastUpdate = newLastUpdate; in getUidsUpdatedConcurrentTimes()