Searched refs:timestamp_ms (Results 1 – 4 of 4) sorted by relevance
/system/bt/common/ |
D | metrics_linux.cc | 46 uint64_t timestamp_ms, in LogPairEvent() argument 53 uint64_t timestamp_ms) {} in LogWakeEvent() argument 58 uint64_t timestamp_ms) {} in LogScanEvent() argument 61 connection_tech_t connection_tech_type, uint64_t timestamp_ms) {} in LogBluetoothSessionStart() argument 64 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {} in LogBluetoothSessionEnd() argument
|
D | metrics.h | 133 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms, 146 const std::string& name, uint64_t timestamp_ms); 159 uint32_t results, uint64_t timestamp_ms); 177 uint64_t timestamp_ms); 190 uint64_t timestamp_ms);
|
D | metrics.cc | 294 uint64_t timestamp_ms, in LogPairEvent() argument 302 event->set_event_time_millis(timestamp_ms); in LogPairEvent() 314 uint64_t timestamp_ms) { in LogWakeEvent() argument 319 event->set_event_time_millis(timestamp_ms); in LogWakeEvent() 331 uint64_t timestamp_ms) { in LogScanEvent() argument 341 event->set_event_time_millis(timestamp_ms); in LogScanEvent() 351 connection_tech_t connection_tech_type, uint64_t timestamp_ms) { in LogBluetoothSessionStart() argument 357 if (timestamp_ms == 0) { in LogBluetoothSessionStart() 358 timestamp_ms = bluetooth::common::time_get_os_boottime_ms(); in LogBluetoothSessionStart() 360 pimpl_->bluetooth_session_start_time_ms_ = timestamp_ms; in LogBluetoothSessionStart() [all …]
|
D | metrics_unittest.cc | 76 PairEvent* MakePairEvent(int32_t disconnect_reason, int64_t timestamp_ms, in MakePairEvent() argument 80 event->set_event_time_millis(timestamp_ms); in MakePairEvent() 87 int64_t timestamp_ms) { in MakeWakeEvent() argument 92 event->set_event_time_millis(timestamp_ms); in MakeWakeEvent() 99 int32_t num_results, int64_t timestamp_ms) { in MakeScanEvent() argument 105 event->set_event_time_millis(timestamp_ms); in MakeScanEvent()
|