Home
last modified time | relevance | path

Searched refs:timestamper_in_milliseconds (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_main.cc101 bluetooth::common::TimestamperInMilliseconds timestamper_in_milliseconds; variable
Dbtm_int_types.h42 extern bluetooth::common::TimestamperInMilliseconds timestamper_in_milliseconds;
Dbtm_ble_gap.cc614 .start_time_ms = timestamper_in_milliseconds.GetTimestamp(), in BTM_BleObserve()
633 timestamper_in_milliseconds.GetTimestamp() - in BTM_BleObserve()
1644 .start_time_ms = timestamper_in_milliseconds.GetTimestamp(), in btm_ble_start_inquiry()
2404 .start_time_ms = timestamper_in_milliseconds.GetTimestamp(), in btm_ble_start_scan()
2439 timestamper_in_milliseconds.GetTimestamp() - in btm_ble_stop_scan()
2462 timestamper_in_milliseconds.GetTimestamp() - in btm_ble_stop_inquiry()
Dbtm_inq.cc566 const auto duration_ms = timestamper_in_milliseconds.GetTimestamp() - in BTM_CancelInquiry()
753 .start_time_ms = timestamper_in_milliseconds.GetTimestamp(), in BTM_StartInquiry()
1800 const auto end_time_ms = timestamper_in_milliseconds.GetTimestamp(); in btm_process_inq_complete()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc183 .start_time_ms = timestamper_in_milliseconds.GetTimestamp(), in Scan()
191 timestamper_in_milliseconds.GetTimestamp() - in Scan()
Dacl.cc1380 (timestamper_in_milliseconds.GetTimestamp() - in DumpsysNeighbor()
1389 (timestamper_in_milliseconds.GetTimestamp() - in DumpsysNeighbor()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_dumpsys_test.cc53 timestamper_in_milliseconds; // main::shim::le_scanning_manager variable
Dmain_shim_test.cc120 bluetooth::common::TimestamperInMilliseconds timestamper_in_milliseconds; variable