Searched refs:fLastUpdate (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/media/
H A DFormatManager.h42 bigtime_t fLastUpdate; member in class:FormatManager
H A DFormatManager.cpp126 fLastUpdate(0),
169 if (lastUpdate >= fLastUpdate) {
239 fLastUpdate = system_time();
280 fLastUpdate = system_time();
/haiku/src/add-ons/kernel/power/cpufreq/intel_pstates/
H A Dintel_pstates.cpp45 bigtime_t fLastUpdate; member in struct:CPUEntry
56 fLastUpdate(0)
103 entry->fLastUpdate = system_time();
119 if (system_time() - entry->fLastUpdate < kMinimalInterval)
141 if (system_time() - entry->fLastUpdate < kMinimalInterval)
/haiku/headers/private/interface/
H A DPrivateScreen.h115 bigtime_t fLastUpdate; member in class:BPrivate::BPrivateScreen
/haiku/src/kits/interface/
H A DPrivateScreen.cpp223 if (system_time() > fLastUpdate + 10000) {
233 fLastUpdate = system_time();
744 fLastUpdate = 0;
800 fLastUpdate(0)
H A DFont.cpp93 bigtime_t fLastUpdate; member in class:__anon7::FontList
122 fLastUpdate(0),
228 fLastUpdate = system_time();
289 if (fLastUpdate > system_time() - 1000000)
/haiku/src/servers/app/
H A DEventDispatcher.h151 bigtime_t fLastUpdate; member in class:EventDispatcher
H A DEventDispatcher.cpp248 fLastUpdate(system_time()),
574 return system_time() - fLastUpdate;
757 fLastUpdate = system_time();

Completed in 61 milliseconds