Searched refs:now_ms (Results 1 - 2 of 2) sorted by relevance

/system/bt/osi/src/
H A Dwakelock.cc266 const period_ms_t now_ms = now(); local
281 wakelock_stats.last_acquired_timestamp_ms = now_ms;
284 system_bt_osi::WAKE_EVENT_ACQUIRED, "", "", now_ms);
296 const period_ms_t now_ms = now(); local
311 wakelock_stats.last_released_timestamp_ms = now_ms;
314 period_ms_t delta_ms = now_ms - wakelock_stats.last_acquired_timestamp_ms;
326 system_bt_osi::WAKE_EVENT_RELEASED, "", "", now_ms);
330 const period_ms_t now_ms = now(); local
342 delta_ms = now_ms - wakelock_stats.last_acquired_timestamp_ms;
372 (unsigned long long)(now_ms
[all...]
H A Dalarm.cc135 static void update_scheduling_stats(alarm_stats_t* stats, period_ms_t now_ms,
656 static void update_scheduling_stats(alarm_stats_t* stats, period_ms_t now_ms, argument
660 stats->last_update_ms = now_ms;
664 if (deadline_ms < now_ms) {
666 period_ms_t delta_ms = now_ms - deadline_ms;
668 } else if (deadline_ms > now_ms) {
670 period_ms_t delta_ms = deadline_ms - now_ms;

Completed in 108 milliseconds