Home
last modified time | relevance | path

Searched refs:time_get_os_boottime_us (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics.cc45 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsAdapterStateChanged()
68 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsBondCreateAttempt()
99 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsBondStateChanged()
144 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsDeviceInfoReport()
191 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsProfileConnectionStateChanged()
217 int64_t boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsAclConnectAttempt()
237 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsAclConnectionStateChanged()
334 boot_time = bluetooth::common::time_get_os_boottime_us(); in LogMetricsSuspendIdState()
/packages/modules/Bluetooth/system/common/
Dtime_util_unittest.cc40 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST()
68 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST()
69 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST()
117 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST()
119 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST()
Dtime_util.cc30 return time_get_os_boottime_us(); in time_get_audio_server_tick_us()
36 uint64_t time_get_os_boottime_ms() { return time_get_os_boottime_us() / 1000; } in time_get_os_boottime_ms()
38 uint64_t time_get_os_boottime_us() { in time_get_os_boottime_us() function
Dtime_util.h35 uint64_t time_get_os_boottime_us();
Drepeating_timer.h44 bluetooth::common::time_get_os_boottime_us)
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc830 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_tx_start_event()
849 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_tx_stop_event()
902 uint64_t stats_timestamp_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_handle_timer()
945 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_read_callback()
956 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_enqueue_callback()
1062 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_tx_flush_event()
1079 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_readbuf()
1145 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_debug_dump()
1317 ? bluetooth::common::time_get_os_boottime_us() in btif_a2dp_source_update_metrics()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc120 bluetooth::common::time_get_os_boottime_us(); in send_audio_data()
444 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in DebugDump()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h568 bluetooth::common::time_get_os_boottime_us(); in send_iso_data()
854 bluetooth::common::time_get_os_boottime_us(); in handle_iso_data()
902 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in dump_credits_stats()
918 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in dump_event_stats()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc224 bluetooth::common::time_get_os_boottime_us(); in SendAudioData()
565 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in DebugDump()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc132 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_aptx_hd_encoder_init()
Da2dp_vendor_aptx_encoder.cc132 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_aptx_encoder_init()
Da2dp_aac_encoder_linux.cc209 .session_start_us = bluetooth::common::time_get_os_boottime_us(), in a2dp_aac_encoder_init()
Da2dp_vendor_opus_encoder.cc109 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_opus_encoder_cleanup()
Da2dp_vendor_ldac_encoder.cc146 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_ldac_encoder_init()
Da2dp_aac_encoder.cc133 bluetooth::common::time_get_os_boottime_us(); in a2dp_aac_encoder_init()
Da2dp_sbc_encoder.cc137 bluetooth::common::time_get_os_boottime_us(); in a2dp_sbc_encoder_init()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc905 bluetooth::common::time_get_os_boottime_us(); in GroupStream()
3205 bluetooth::common::time_get_os_boottime_us(); in AttachToStreamingGroupIfNeeded()
3230 bluetooth::common::time_get_os_boottime_us(); in AttachToStreamingGroupIfNeeded()
5570 stream_setup_end_timestamp_ = bluetooth::common::time_get_os_boottime_us(); in take_stream_time()
5677 bluetooth::common::time_get_os_boottime_us(); in OnStateMachineStatusReportCb()