Searched refs:now_ms (Results 1 – 10 of 10) sorted by relevance
130 static uint64_t now_ms(void);142 static void update_scheduling_stats(alarm_stats_t* stats, uint64_t now_ms,199 uint64_t just_now_ms = now_ms(); in alarm_get_remaining_ms()229 alarm->creation_time_ms = now_ms(); in alarm_set_internal()384 static uint64_t now_ms(void) { in now_ms() function421 uint64_t just_now_ms = now_ms(); in schedule_next_instance()467 next_expiration = next->deadline_ms - now_ms(); in reschedule_root_alarm()583 update_scheduling_stats(&alarm->stats, now_ms(), deadline_ms); in alarm_ready_generic()623 now_ms()) { in callback_dispatch()689 static void update_scheduling_stats(alarm_stats_t* stats, uint64_t now_ms, in update_scheduling_stats() argument[all …]
219 static uint64_t now_ms(void) { in now_ms() function245 wakelock_stats.last_reset_timestamp_ms = now_ms(); in reset_wakelock_stats()257 const uint64_t just_now_ms = now_ms(); in update_wakelock_acquired_stats()287 const uint64_t just_now_ms = now_ms(); in update_wakelock_released_stats()321 const uint64_t just_now_ms = now_ms(); in wakelock_debug_dump()
37 uint64_t now_ms() { in now_ms() function61 uint64_t last_reset_timestamp_ms = now_ms();77 last_reset_timestamp_ms = now_ms(); in Reset()88 const uint64_t just_now_ms = now_ms(); in UpdateAcquiredStats()109 const uint64_t just_now_ms = now_ms(); in UpdateReleasedStats()137 const uint64_t just_now_ms = now_ms(); in GetDumpsysData()
72 #ifndef now_ms74 now_ms(void) in now_ms() function100 t0 = now_ms(); in Init()115 t1 = now_ms(); in Init()196 t0 = now_ms(); in Finalize()199 t1 = now_ms(); in Finalize()368 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU()420 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_setSourceImage()435 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_setSourceImage()527 t0 = now_ms(); in Java_com_android_camera_panorama_Mosaic_createMosaic()[all …]
639 #ifndef now_ms642 now_ms(void) in now_ms() function665 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()678 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
193 long now_ms = System.currentTimeMillis(); in toString() local197 long milli = now_ms - scanDetail.getSeen(); in toString()203 if (now_ms > scanDetail.getSeen() && scanDetail.getSeen() > 0) { in toString()
387 iTimer1 = now_ms(); in AddFrame()392 iTimer2 = now_ms(); in AddFrame()400 iTimer1 = now_ms(); in AddFrame()412 iTimer2 = now_ms(); in AddFrame()434 iTimer1 = now_ms(); in AddFrame()442 iTimer2 = now_ms(); in AddFrame()
572 now_ms(void) in now_ms() function
63 auto now_ms = std::chrono::time_point_cast<std::chrono::milliseconds>(now); in VLog() local69 static_cast<unsigned int>(now_ms.time_since_epoch().count() % 1000)); in VLog()
3647 long now_ms = SystemClock.elapsedRealtime(); in toString() local3651 long diff = now_ms - mNetworkSelectionStatus.getDisableTime(); in toString()3661 long diff = mNetworkSelectionStatus.getDisableEndTime() - now_ms; in toString()