Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/
Dmetrics_state.cc55 ClockTimePoint current_timestamp = std::chrono::high_resolution_clock::now(); in AddStateChangedEvent() local
68 start_timepoint = current_timestamp; in AddStateChangedEvent()
70 end_timepoint = current_timestamp; in AddStateChangedEvent()
/packages/modules/Bluetooth/system/osi/src/
Dstack_power_telemetry.cc458 const time_t current_timestamp = get_current_time(); in LogSniffStarted() local
468 current_timestamp - sniff_data.last_mode_change_ts; in LogSniffStarted()
480 const time_t current_timestamp = get_current_time(); in LogSniffStopped() local
490 current_timestamp - sniff_data.last_mode_change_ts; in LogSniffStopped()