Searched defs:lastUpdate (Results 1 – 11 of 11) sorted by relevance
58 CachedSet::Layer::Layer(const LayerState* state, std::chrono::steady_clock::time_point lastUpdate) in Layer()61 CachedSet::CachedSet(const LayerState* layer, std::chrono::steady_clock::time_point lastUpdate) in CachedSet()75 std::chrono::steady_clock::time_point lastUpdate) { in addLayer()415 const auto lastUpdate = in dump() local
204 const auto lastUpdate = in dump() local
65 static uint64_t lastUpdate = 0; in KernelCpuUidFreqTimeBpfMapReader_readBpfData() local91 static uint64_t lastUpdate = 0; in KernelCpuUidActiveTimeBpfMapReader_readBpfData() local124 static uint64_t lastUpdate = 0; in KernelCpuUidClusterTimeBpfMapReader_readBpfData() local
33 uint64_t lastUpdate = fdp.ConsumeIntegral<uint64_t>(); in LLVMFuzzerTestOneInput() local
198 nsecs_t lastUpdate = wrapperPtr->getLastUpdate(); in delayedDestroy() local
340 static std::optional<bool> uidUpdatedSince(uint32_t uid, uint64_t lastUpdate, in uidUpdatedSince()367 getUidsUpdatedCpuFreqTimes(uint64_t *lastUpdate) { in getUidsUpdatedCpuFreqTimes()479 uint64_t *lastUpdate) { in getUidsUpdatedConcurrentTimes()
179 uint64_t lastUpdate = 0; in TEST_F() local281 uint64_t lastUpdate = 0; in TEST_F() local
172 public void setLastUpdate(long lastUpdate) { in setLastUpdate()
153 var lastUpdate: BubbleData.Update? = null in <lambda>() variable191 var lastUpdate: BubbleData.Update? = null in <lambda>() variable
153 std::chrono::steady_clock::time_point lastUpdate) { in expectEqual()
2048 final AtomicLong lastUpdate = new AtomicLong(System.currentTimeMillis()); field in BugreportProgressService.BugreportInfo