Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer.h49 virtual long long GetTimestamp() const = 0;
55 long long GetTimestamp() const override { in GetTimestamp() function
118 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()
Dcircular_buffer_test.cc29 virtual long long GetTimestamp() const override { in GetTimestamp() function
/packages/modules/Bluetooth/system/test/headless/
Dlog.cc32 long long GetTimestampMs() { return timestamper_in_ms.GetTimestamp(); } in GetTimestampMs()
/packages/modules/Bluetooth/system/stack/btm/
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/gd/hci/
Dle_scanning_manager.cc1657 on_found_on_lost_info.time_stamp = info_view.GetTimestamp(); in on_advertisement_tracking()