Home
last modified time | relevance | path

Searched refs:time_get_os_boottime_ms (Results 1 – 11 of 11) sorted by relevance

/system/bt/common/
Dtime_util_unittest.cc31 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
49 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
50 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
76 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
78 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
Dtime_util.h28 uint64_t time_get_os_boottime_ms();
Dtime_util.cc28 uint64_t time_get_os_boottime_ms() { return time_get_os_boottime_us() / 1000; } in time_get_os_boottime_ms() function
Dmetrics.cc358 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionStart()
373 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionEnd()
494 bluetooth::common::time_get_os_boottime_ms(); in CutoffSession()
Dmetrics_unittest.cc505 bluetooth::common::time_get_os_boottime_ms()); in TEST_F()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc112 audio_start_time_ms_ = bluetooth::common::time_get_os_boottime_ms(); in LogAudioStart()
116 audio_stop_time_ms_ = bluetooth::common::time_get_os_boottime_ms(); in LogAudioStop()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc111 (uint16_t)(bluetooth::common::time_get_os_boottime_ms() % 10 + 2)); in RFCOMM_ConnectInd()
/system/bt/stack/l2cap/
Dl2c_fcr.cc235 uint64_t dur = bluetooth::common::time_get_os_boottime_ms() - in l2c_fcr_cleanup()
1811 bluetooth::common::time_get_os_boottime_ms())); in l2c_fcr_get_next_xmit_sdu_seg()
2403 bluetooth::common::time_get_os_boottime_ms()) - in l2c_fcr_collect_ack_delay()
2425 timestamp = bluetooth::common::time_get_os_boottime_ms(); in l2c_fcr_collect_ack_delay()
Dl2c_csm.cc821 bluetooth::common::time_get_os_boottime_ms(); in l2c_csm_config()
910 bluetooth::common::time_get_os_boottime_ms(); in l2c_csm_config()
/system/bt/stack/btm/
Dbtm_inq.cc1741 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_process_inq_results()
Dbtm_sec.cc3700 btm_cb.collision_start_time = bluetooth::common::time_get_os_boottime_ms(); in btm_sec_auth_collision()
3702 if ((bluetooth::common::time_get_os_boottime_ms() - in btm_sec_auth_collision()