Home
last modified time | relevance | path

Searched refs:now_ms (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc130 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() function
421 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 …]
Dwakelock.cc219 static uint64_t now_ms(void) { in now_ms() function
245 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()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dwakelock_manager.cc37 uint64_t now_ms() { in now_ms() function
61 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()
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp72 #ifndef now_ms
74 now_ms(void) in now_ms() function
100 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 …]
Dmosaic_renderer_jni.cpp639 #ifndef now_ms
642 now_ms(void) in now_ms() function
665 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
678 t0 = now_ms(); in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanDetailCache.java193 long now_ms = System.currentTimeMillis(); in toString() local
197 long milli = now_ms - scanDetail.getSeen(); in toString()
203 if (now_ms > scanDetail.getSeen() && scanDetail.getSeen() > 0) { in toString()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp387 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()
Ddbreg.h572 now_ms(void) in now_ms() function
/packages/modules/Bluetooth/tools/rootcanal/lib/
Dlog.cc63 auto now_ms = std::chrono::time_point_cast<std::chrono::milliseconds>(now); in VLog() local
69 static_cast<unsigned int>(now_ms.time_since_epoch().count() % 1000)); in VLog()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java3647 long now_ms = SystemClock.elapsedRealtime(); in toString() local
3651 long diff = now_ms - mNetworkSelectionStatus.getDisableTime(); in toString()
3661 long diff = mNetworkSelectionStatus.getDisableEndTime() - now_ms; in toString()