Searched refs:time_get_os_boottime_ms (Results 1 – 13 of 13) sorted by relevance
31 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()
28 uint64_t time_get_os_boottime_ms();
28 uint64_t time_get_os_boottime_ms() { return time_get_os_boottime_us() / 1000; } in time_get_os_boottime_ms() function
359 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()
505 bluetooth::common::time_get_os_boottime_ms()); in TEST_F()
38 uint64_t time_get_os_boottime_ms() { in time_get_os_boottime_ms() function
108 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()
392 bluetooth::common::time_get_os_boottime_ms(), in AddLinkQualityEventToQueue()
109 (uint16_t)(bluetooth::common::time_get_os_boottime_ms() % 10 + 2)); in RFCOMM_ConnectInd()
103 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()
1962 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()
1177 p_i->time_of_resp = bluetooth::common::time_get_os_boottime_ms(); in btm_process_inq_results()
2974 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()