Home
last modified time | relevance | path

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

/system/bt/common/
Dtime_util_unittest.cc40 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST()
59 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST()
60 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST()
97 uint64_t t1 = bluetooth::common::time_get_os_boottime_us(); in TEST()
99 uint64_t t2 = bluetooth::common::time_get_os_boottime_us(); in TEST()
Dtime_util.cc28 uint64_t time_get_os_boottime_ms() { return time_get_os_boottime_us() / 1000; } in time_get_os_boottime_ms()
30 uint64_t time_get_os_boottime_us() { in time_get_os_boottime_us() function
Drepeating_timer.cc46 uint64_t time_now_us = time_get_os_boottime_us(); in SchedulePeriodic()
60 uint64_t time_until_next_us = time_next_task_us - time_get_os_boottime_us(); in SchedulePeriodic()
136 uint64_t time_now_us = time_get_os_boottime_us(); in RunTask()
147 uint64_t time_before_task_us = time_get_os_boottime_us(); in RunTask()
149 uint64_t time_after_task_us = time_get_os_boottime_us(); in RunTask()
Dtime_util.h31 uint64_t time_get_os_boottime_us();
Donce_timer.cc38 uint64_t time_now_us = time_get_os_boottime_us(); in Schedule()
51 uint64_t time_until_next_us = time_next_task_us - time_get_os_boottime_us(); in Schedule()
/system/bt/common/benchmark/
Dtimer_performance_benchmark.cc33 using bluetooth::common::time_get_os_boottime_us;
49 auto end_time_us = time_get_os_boottime_us(); in AlarmSleepAndCountDelayedTime()
81 auto start_time_point = time_get_os_boottime_us(); in BENCHMARK_DEFINE_F()
84 auto end_time_point = time_get_os_boottime_us(); in BENCHMARK_DEFINE_F()
133 auto start_time_point = time_get_os_boottime_us(); in BENCHMARK_DEFINE_F()
139 auto end_time_point = time_get_os_boottime_us(); in BENCHMARK_DEFINE_F()
183 g_start_time = time_get_os_boottime_us(); in BENCHMARK_DEFINE_F()
245 g_start_time = time_get_os_boottime_us(); in BENCHMARK_DEFINE_F()
/system/bt/test/mock/
Dmock_common_time_util.cc42 uint64_t time_get_os_boottime_us() { in time_get_os_boottime_us() function
/system/bt/btif/src/
Dbtif_a2dp_source.cc804 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_tx_start_event()
825 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_tx_stop_event()
878 uint64_t timestamp_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_handle_timer()
920 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_read_callback()
931 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_enqueue_callback()
1027 bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_tx_flush_event()
1044 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_audio_readbuf()
1111 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in btif_a2dp_source_debug_dump()
1283 ? bluetooth::common::time_get_os_boottime_us() in btif_a2dp_source_update_metrics()
/system/bt/stack/btm/
Dbtm_iso_impl.h396 uint32_t ts = bluetooth::common::time_get_os_boottime_us(); in send_iso_data()
426 cis->sync_info.first_sync_ts = bluetooth::common::time_get_os_boottime_us(); in process_cis_est_pkt()
518 uint32_t ts = bluetooth::common::time_get_os_boottime_us(); in process_create_big_cmpl_pkt()
630 uint32_t ts = bluetooth::common::time_get_os_boottime_us(); in handle_iso_data()
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc106 bluetooth::common::time_get_os_boottime_us(); in send_audio_data()
435 uint64_t now_us = bluetooth::common::time_get_os_boottime_us(); in DebugDump()
/system/bt/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc176 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_aptx_hd_encoder_init()
Da2dp_vendor_aptx_encoder.cc176 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_aptx_encoder_init()
Da2dp_aac_encoder.cc132 bluetooth::common::time_get_os_boottime_us(); in a2dp_aac_encoder_init()
Da2dp_vendor_ldac_encoder.cc289 bluetooth::common::time_get_os_boottime_us(); in a2dp_vendor_ldac_encoder_init()
Da2dp_sbc_encoder.cc142 bluetooth::common::time_get_os_boottime_us(); in a2dp_sbc_encoder_init()