Home
last modified time | relevance | path

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

/aosp12/system/bt/common/
H A 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()
H A Dtime_util.h28 uint64_t time_get_os_boottime_ms();
H A Dtime_util.cc28 uint64_t time_get_os_boottime_ms() { return time_get_os_boottime_us() / 1000; } in time_get_os_boottime_ms() function
H A Dmetrics.cc359 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionStart()
374 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionEnd()
495 bluetooth::common::time_get_os_boottime_ms(); in CutoffSession()
H A Dmetrics_unittest.cc505 bluetooth::common::time_get_os_boottime_ms()); in TEST_F()
/aosp12/system/bt/test/mock/
H A Dmock_common_time_util.cc38 uint64_t time_get_os_boottime_ms() { in time_get_os_boottime_ms() function
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc108 audio_start_time_ms_ = bluetooth::common::time_get_os_boottime_ms(); in LogAudioStart()
112 audio_stop_time_ms_ = bluetooth::common::time_get_os_boottime_ms(); in LogAudioStop()
H A Dbtif_bqr.cc392 bluetooth::common::time_get_os_boottime_ms(), in AddLinkQualityEventToQueue()
/aosp12/system/bt/stack/rfcomm/
H A Drfc_l2cap_if.cc109 (uint16_t)(bluetooth::common::time_get_os_boottime_ms() % 10 + 2)); in RFCOMM_ConnectInd()
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc103 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_api_process_inquiry_result()
159 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_api_process_inquiry_result_with_rssi()
213 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_api_process_extended_inquiry_result()
/aosp12/system/bt/stack/btm/
H A Dbtm_ble_gap.cc1962 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont()
1968 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont()
2039 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont_for_inquiry()
2045 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont_for_inquiry()
H A Dbtm_inq.cc1177 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_process_inq_results()
H A Dbtm_sec.cc2974 btm_cb.collision_start_time = bluetooth::common::time_get_os_boottime_ms(); in btm_sec_auth_collision()
2976 if ((bluetooth::common::time_get_os_boottime_ms() - in btm_sec_auth_collision()