Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dtime_util_unittest.cc31 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
58 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
59 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
96 uint64_t t1 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
98 uint64_t t2 = bluetooth::common::time_get_os_boottime_ms(); in TEST()
Dtime_util.h32 uint64_t time_get_os_boottime_ms();
Dtime_util.cc36 uint64_t time_get_os_boottime_ms() { return time_get_os_boottime_us() / 1000; } in time_get_os_boottime_ms() function
Dmetrics.cc382 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionStart()
397 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionEnd()
516 bluetooth::common::time_get_os_boottime_ms(); in CutoffSession()
Dmetrics_unittest.cc504 bluetooth::common::time_get_os_boottime_ms()); in TEST_F()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc114 (uint16_t)(bluetooth::common::time_get_os_boottime_ms() % 10 + 2)); in RFCOMM_ConnectInd()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc2226 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont()
2233 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont()
2338 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont_for_inquiry()
2349 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_ble_process_adv_pkt_cont_for_inquiry()
Dbtm_inq.cc1346 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_process_inq_results_standard()
1491 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_process_inq_results_rssi()
1642 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_process_inq_results_extended()
Dbtm_sec.cc3056 bluetooth::common::time_get_os_boottime_ms(); in btm_sec_auth_collision()
3058 if ((bluetooth::common::time_get_os_boottime_ms() - in btm_sec_auth_collision()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc663 bluetooth::common::time_get_os_boottime_ms(), in AddLinkQualityEventToQueue()