Home
last modified time | relevance | path

Searched refs:get_timedelta_nanos (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dmetrics_collector.cc35 inline int64_t get_timedelta_nanos(const metrics::ClockTimePoint& t1, in get_timedelta_nanos() function
161 streaming_offset_nanos_.push_back(get_timedelta_nanos( in AddStreamStartedEvent()
173 get_timedelta_nanos(std::chrono::high_resolution_clock::now(), in AddStreamEndedEvent()
183 int64_t connection_duration_nanos = get_timedelta_nanos( in WriteStats()
200 device_connecting_offset_nanos[i] = get_timedelta_nanos( in WriteStats()
202 device_connected_offset_nanos[i] = get_timedelta_nanos( in WriteStats()
205 get_timedelta_nanos(device_metric->disconnected_timepoint_, in WriteStats()
292 bluetooth::common::LogLeAudioBroadcastSessionReported(get_timedelta_nanos( in OnBroadcastStateChanged()
/packages/modules/Bluetooth/system/gd/metrics/
Dmetrics_state.h45 inline int64_t get_timedelta_nanos(const ClockTimePoint& t1, const ClockTimePoint& t2) { in get_timedelta_nanos() function
Dmetrics_state.cc145 session_options.latency = bluetooth::metrics::get_timedelta_nanos( in UploadLEConnectionSession()