Home
last modified time | relevance | path

Searched refs:bluetooth_log (Results 1 – 2 of 2) sorted by relevance

/system/bt/tools/scripts/
Ddump_metrics_ascii.py104 bluetooth_log = bluetooth_proto_module.BluetoothLog()
106 bluetooth_log.MergeFromString(proto_native_str)
107 return bluetooth_log
133 bluetooth_log = get_bluetooth_metrics(stdout, bluetooth_proto_module)
134 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
/system/bt/common/
Dmetrics.cc503 BluetoothLog* bluetooth_log = pimpl_->bluetooth_log_; in Build() local
505 static_cast<size_t>(bluetooth_log->session_size()) <= in Build()
507 bluetooth_log->mutable_session()->AddAllocated( in Build()
511 static_cast<size_t>(bluetooth_log->pair_event_size()) <= in Build()
513 bluetooth_log->mutable_pair_event()->AddAllocated( in Build()
517 static_cast<size_t>(bluetooth_log->scan_event_size()) <= in Build()
519 bluetooth_log->mutable_scan_event()->AddAllocated( in Build()
523 static_cast<size_t>(bluetooth_log->wake_event_size()) <= in Build()
525 bluetooth_log->mutable_wake_event()->AddAllocated( in Build()
529 static_cast<size_t>(bluetooth_log->wake_event_size()) <= in Build()
[all …]